PodfileKit summarizes the common iOS (Swift) third-party frameworks on GitHub, and classifies the...

PodfileKit

========================
Easy Podfile !

PodfileKit summarizes the common iOS (Swift) third-party frameworks on GitHub, and classifies the frameworks, which provides convenience for users to manage the third-party frameworks.

github: https://github.com/adong666666/PodfileKit

Set up Platform

platform:ios '13.0'. The '13.0'here is the lowest iOS system version that the app can support. You can replace it with '11.0', '12.3' , '14.0'and so on.

SetUpPlatform.png

Designated Third Party framework

Pod 'ARVideoKit' specifies a framework named 'ARVideoKit' to download. You can replace 'ARVideoKit' with 'name of the framework you want to install'. Specify the corresponding URL by : git = >, specify the corresponding branch by : Branch = >, specify the submitted version by commit:, specify the marked submitted version by : tag = >, and specify the submitted version by : inhibit'_ Warnings = > true to avoid warnings from a single framework. Of course, the relevant specifications after pod' ARVideoKit can be omitted. In this way, you will download the default version of the framework, which is generally the latest version suitable for your project.

Example.png

Framework Classification

The frameworks are classified, you can also classify according to your own preferences.


FrameworkClassification.png

When there is a framework you need to use in the classification, you can delete "#".


FrameworkSelection.png

Subframework

For some frameworks, if only some of the functions in the framework are used, it is not necessary to download the whole framework, only its sub frameworks.

Subframework.png

Set up groups

You can use

def groupName 
 pod ...
 ...
end

to set up groups, for example, some frameworks are used for debugging, some frameworks are used for app publishing, and some frameworks are special. After target, you need to replace ProjectName with the name of your project.

SetUpGroups.png

Use

  • Clone the repository to get the PodFile file in the repository
  • Directly download the PodFile in the repository and put it under the directory of the project folder
  • Copy the contents of the PodFile in the repository to your own generated PodFile
  • Use the terminal to open the project directory and run the following command
$ pod install

Contributing

  • Fork it !
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

License

PodfileKit is released under the MIT license. See LICENSE for details.

Content

source 'https://github.com/CocoaPods/Specs.git'
# Minimum supported iOS system version
platform:ios,'13.0'
use_frameworks!
# Inhibit the warning of the third party library
inhibit_all_warnings!

def thirdParty
  # eg. # AR Video
  # Git specifies the web address, branch specifies the branch, commit specifies the submitted version, tag specifies the marked submitted version and inhibit_ Warnings to avoid warnings from a single framework
  # pod 'ARVideoKit', :git => 'https://github.com/AFathi/ARVideoKit.git', :branch => 'swift_5', commit: "b7e1facdedd8fe16d04ef5f47c4697e89bad9f27",'~> 5.0', :tag => '1.6.0', :inhibit_warnings => true
  
  # Network Request
  # pod 'Alamofire'
  # pod 'Moya'
  # pod 'AlamofireObjectMapper'
  
  # JSON Parsing
  # pod 'SwiftyJSON'
  # pod 'HandyJSON'
  # pod 'Argo'
  # pod 'Sync'
  
  # Detect Network Status
  # pod 'ReachabilitySwift'
  
  # Data Stream
  # pod 'RxSwift'
  # pod 'RxCocoa'
  # pod 'ObjectMapper'
  # pod 'ReSwift'
  # pod 'ReactiveSwift'
  # pod 'ReactorKit'
  
  # Internet Pictures
  # pod 'Kingfisher'
  
  # Layout
  # pod 'SnapKit'
  # pod 'Cartography'
  # pod 'Neon'
  # pod 'AnimatedCollectionViewLayout'
  # pod "BouncyLayout"
  # pod 'TangramKit'
  # pod 'TinyConstraints'
  # pod 'LayoutKit'
  # pod 'SteviaLayout'
  
  # Animation
  # pod 'Spring', :git => 'https://github.com/MengTo/Spring.git'
  # pod 'lottie-ios'
  # pod 'ViewAnimator'
  # pod 'Advance'
  # pod 'Pastel'
  # pod 'YapAnimator'
  
  # Transition
  # pod 'Hero'
  # pod 'Transition'
  # pod 'Jelly'
  
  # Code Rules
  # pod 'SwiftLint'
  
  # UserDefault
  # pod 'SwiftyUserDefaults'
  
  # Data Base
  # pod 'SQLite.swift'
  # pod 'GRDB.swift'
  # pod 'FMDB'
  # pod 'RealmSwift'
  # pod 'YapDatabase'
  # pod 'CoreStore'
  
  # Extension
  # pod 'SwifterSwift'
  ## pod 'SwifterSwift/SwiftStdlib'
  ## pod 'SwifterSwift/Foundation'
  ## pod 'SwifterSwift/UIKit'
  ## pod 'SwifterSwift/AppKit'
  ## pod 'SwifterSwift/MapKit'
  ## pod 'SwifterSwift/CoreGraphics'
  ## pod 'SwifterSwift/CoreLocation'
  ## pod 'SwifterSwift/SpriteKit'
  ## pod 'SwifterSwift/SceneKit'
  ## pod 'SwifterSwift/StoreKit'
  ## pod 'SwifterSwift/Dispatch'
  # pod 'Then'
  ### Use 'SwiftUIX'
  # pod 'EZSwiftExtensions'
  
  # Resources (picture, color, localized string)
  # pod 'R.swift'
  # pod 'SwiftGen'
  
  # Monitor
  # pod 'Crashlytics'
  # pod 'Fabric'
  # pod 'Bugly'
 
  # Bind
  # pod 'bond'
  
  # Alert
  # pod 'JGProgressHUD'
  # pod 'SwiftMessages'
  # pod 'SwiftEntryKit'
  # pod 'SPPermissions'
  # pod 'NotificationBanner'
  # pod 'Whisper'
  # pod 'PopupDialog'
  # pod 'Toast-Swift'
  
  # Side Menu
  # pod 'SideMenu'
  # pod 'YALSideMenu'
  
  # Drop-down Menu
  # pod 'BTNavigationDropdownMenu'
  
  # Pagination Menu
  # pod 'Parchment'
  # pod 'Tabman'
  
  # UI Controls
  # pod 'LYEmptyView'
  # pod 'CollectionKit'
  # pod 'DifferenceKit'
  # pod 'ACBadge'
  # pod 'LTMorphingLabel'
  # pod 'SkeletonView'
  # pod 'NVActivityIndicatorView'
  # pod 'FSPagerView'
  # pod 'TextFieldEffects'
  # pod 'SwipeCellKit'
  # pod 'ScrollableGraphView'
  # pod 'SCLAlertView'
  # pod 'SkyFloatingLabelTextField'
  # pod 'ActiveLabel'
  # pod 'MarqueeLabel'
  # pod 'DOFavoriteButton'
  # pod 'Persei' # top menu for UITableView / UICollectionView / UIScrollView
  # pod 'XLActionController'
  # pod 'LNPopupController'
  # pod 'CHIPageControl'
  # pod 'EasyTipView'
  # pod 'CardParts'
  # pod 'PMAlertController'
  # pod 'Segmentio'
  # pod 'HGCircularSlider'
  # pod 'ZLSwipeableViewSwift'
  # pod 'ALCameraViewController'
  # pod 'SwiftSpinner'
  # pod 'Cosmos'
  
  # Scan
  # pod 'BarcodeScanner'
  
  # QR Code
  # pod 'EFQRCode'
  
  # Scan Document
  # pod 'WeScan'
  
  # Color Picker
  # pod 'ColorSlider'
  
  # Prompt for Software Updates
  # pod 'Siren'
  
  # Machine learning Vision
  # pod 'OpenCV'
  
  # Feedback
  # pod 'PinpointKit'
  
  # Log
  # pod 'SwiftyBeaver'
  
  # Encryption
  # pod 'CryptoSwift'
  # pod 'RNCryptor'
  
  # Internal Purchase
  # pod 'SwiftyStoreKit'
  
  # Calendar
  # pod 'JTAppleCalendar'
  # pod 'CVCalendar'
  
  # Image Processing
  # pod 'Nuke'
  # pod 'Macaw'
  
  # Image Picker
  # pod 'ImagePicker'
  # pod 'ZLPhotoBrowser'
  # pod 'YPImagePicker'
  # pod 'SKPhotoBrowser'
  
  # Test
  # pod 'Quick'
  # pod 'Nimble'
  
  # Storyboard and xib
  # pod 'IBAnimatable'
  
  # Date
  # pod 'SwiftDate'
  
  # Cache
  # pod 'HanekeSwift'
  # pod 'Disk'
  # pod 'Cache'
  
  # Mathematics
  # pod 'Surge'
  
  # Multithreading
  # pod "AsyncSwift"
  # pod 'Hydra'
  # pod 'BrightFutures'
  
  # Dependency Injection
  # pod 'Swinject'
  # pod 'Typhoon'
  
  # Chat
  # pod 'Chatto'
  # pod 'ChattoAdditions'
  
  # Message
  # pod 'Messenger'
  # pod 'MessageKit'
  
  # Phone Number
  # pod 'PhoneNumberKit'
  
  # Functional Programming
  # pod 'Swiftz'
  
  # Device
  # pod 'DeviceKit'
  
  # Rich Text
  # pod 'BonMot'
  # pod 'SwiftRichString'
  
  # Face
  # pod 'FaceAware'
  
  # Geographic Location
  # pod 'SwiftLocation'
  
  # HTML、XML
  # pod 'SwiftSoup'
  # pod 'Ono'
  # pod 'Kanna'
  
  # Convenient (uitableviewcells, uicollectionviewcells, convenient reuse, etc)
  # pod 'Reusable'
  
  # Localization
  # pod 'Localize-Swift'
  
  # Gif Support
  # pod 'Gifu'
  
  # Color
  # pod 'DynamicColor'
  
  # Detecting memory leaks, etc
  # pod 'LifetimeTracker'
  
  # Chart
  # pod 'SwiftCharts'
  
  # File Processing
  # pod 'FileKit'
  # pod 'Files'
  
  # Theme (Adapt to Dark Mode)
  # pod 'SwiftTheme'
  
  # The status bar displays information such as FPS, CPU and memory usage, device model, app and iOS versions
  # pod 'GDPerformanceView-Swift'
  
  # Camera and Microphone
  # pod 'HaishinKit.swift'
  
  # Download
  # pod 'Tiercel'
  
  # Bluetooth
  # pod 'BluetoothKit'
  
  # Compress
  # pod 'Zip'
  
  # Keychain
  # pod 'KeychainSwift'
  
  # Social Sharing
  # pod 'UMengUshare'
  ## pod 'UMengUShare/UI'
  ## pod 'UMengUShare/Social/ReducedWeChat'
  ## pod 'UMengUShare/Social/ReducedQQ'
end

def project
end

def debug
  # App Interface Debugging
  # pod 'Reveal-SDK'
  # pod 'CocoaDebug'
  
  # Network Debugging
  # pod 'Bagel'
  # pod 'ResponseDetective'
  
  # Log
  # pod 'XCGLogger'
end
  # Replace your project name here
target "ProjectName" do
  thirdParty
  project
  debug
end

post_install do |installer_representation|
  installer_representation.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      # Minimum supported iOS system version
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
    end
  end
end

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 221,695评论 6 515
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 94,569评论 3 399
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 168,130评论 0 360
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 59,648评论 1 297
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 68,655评论 6 397
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 52,268评论 1 309
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,835评论 3 421
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,740评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 46,286评论 1 318
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 38,375评论 3 340
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 40,505评论 1 352
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 36,185评论 5 350
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,873评论 3 333
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 32,357评论 0 24
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,466评论 1 272
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,921评论 3 376
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 45,515评论 2 359

推荐阅读更多精彩内容