| { |
| "name": "JXDemo", |
| "version": "1.0.0", |
| "summary": "iOS Demo Framework.", |
| "description": "iOS Demo Framework using ObjC.", |
| "homepage": "https://github.com/tospery/JXDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tospery": "yangjianxiang@cd.tuan800.com" |
| }, |
| "source": { |
| "git": "https://github.com/tospery/JXDemo.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "JXDemo/Classes/**/*", |
| "resource_bundles": { |
| "JXDemo": [ |
| "JXDemo/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "WebKit" |
| ], |
| "dependencies": { |
| "MJExtension": [ |
| "3.2.1" |
| ] |
| } |
| } |