How to create a cocoapod with .swift?
问题 I know how to work with cocoapods in a new swift project? But how can i create my own cocoapod using swift? pod lib lint produces this error: - NOTE | [xcodebuild] warning: no rule to process file '/Pod/Classes/SomeClass.swift' of type text for architecture armv7 Edit: Just found this swift branch: https://github.com/CocoaPods/CocoaPods/tree/swift 回答1: Cocoapods now supports swift : Pod-Authors-Guide-to-CocoaPods-Frameworks 回答2: Although Swift is officially supported, there are no official