ios - Include Pods from Swift Sources in iOS7 Swift Project -


i have ios7 swift project , want use pod this based on swift code.

in pod file can include pod this:

platform :ios, "7.0" pod "timepiece" 

assume project runs on ios.how can include pods swift sources?

your choice manually insert source code project, because:

  1. it not possible build static libraries swift code.
  2. thus pods written in swift can integrated dynamic frameworks
  3. you cannot have dynamic frameworks before ios 8.

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -