| { |
| "name": "FrameworkDemo_Dc", |
| "version": "0.0.1", |
| "summary": "测试frame包内嵌frame", |
| "homepage": "https://github.com/doesnot/iOS_framework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "does_n": "does_n@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/doesnot/iOS_framework.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "4.0", |
| "ios": { |
| "vendored_frameworks": "Carthage/Build/iOS/Static/*.framework" |
| }, |
| "dependencies": { |
| "Alamofire": [ |
| "4.1" |
| ] |
| }, |
| "swift_version": "4.0" |
| } |