└── README.md /README.md: -------------------------------------------------------------------------------- 1 | Old Issue tracker for CocoaPods with Swift issues. Please submit issues to [CocoaPods/CocoaPods](http://github.com/cocoapods/cocoapods/issues) now. 2 | 3 | A common question regarding CocoaPods and Swift is which OS versions are supported. 4 | 5 | - Swift is supported on OS X 10.9 / iOS 7 and newer, as stated by Apple numerous times. 6 | - There is no support for building static archives with Swift (see ). 7 | - Dynamic frameworks are supported on all versions of OS X. 8 | - Dynamic frameworks are unsupported on iOS versions prior to 8: 9 | 10 | > ld: warning: embedded dylibs/frameworks only run on iOS 8 or later. 11 | 12 | From this we can conclude that it is **not possible** to support Swift on any other platforms than OS X 10.9/10.10 and iOS 8. 13 | 14 | Getting Started? Install the CocoaPods beta via `[sudo] gem install cocoapods --pre` 15 | --------------------------------------------------------------------------------