blob: 3575f3edf781f806601bb1187dee898ca6c208f1 [file] [log] [blame]
{
"name": "nakilib",
"version": "1.0.0",
"summary": "my lib, with some usefull tools",
"description": "my lib, with some usefull tools, for private use",
"homepage": "https://github.com/NagiYan/nakilib",
"license": "MIT",
"authors": {
"nagi": "yxj@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/NagiYan/nakilib.git",
"tag": "1.0.0"
},
"source_files": "nakilib/*",
"frameworks": [
"UIKit",
"ImageIO"
],
"requires_arc": false,
"dependencies": {
"AFNetworking": [
]
}
}