{ | |
"name": "JXObjc", | |
"version": "0.0.1", | |
"summary": "iOS App Framework.", | |
"description": "iOS App Framework.", | |
"homepage": "https://github.com/tospery/JXObjc", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"tospery": "tospery@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/tospery/JXObjc.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "JXObjc/Classes/**/*", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
] | |
} |