| { |
| "name": "LJTestSwiftPodDemo", |
| "version": "0.0.1", |
| "summary": "A demo used to show how to create swift cocoapods framework.", |
| "description": "hello world!", |
| "homepage": "https://github.com/archerLj/LJTestSwiftPodDemo", |
| "license": "MIT", |
| "authors": { |
| "git": "lj0011977@163.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/archerLj/LJTestSwiftPodDemo.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "XDLFTestPodA/*.swift", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |