blob: 5bcc0671fe0b811f726781c2be17a4e7ab4cd010 [file] [log] [blame]
{
"name": "JXDemo",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JXDemo/Classes/**/*",
"resource_bundles": {
"JXDemo": [
"JXDemo/Assets/*.png"
]
},
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"dependencies": {
"Mantle": [
"2.1.0"
]
}
}