blob: e77029c823a66779e25fe4c51fed95482646d303 [file] [log] [blame]
{
"name": "AppUtils",
"version": "0.0.8",
"summary": "provide general tools for ios developer",
"description": "this project provide general tools for ios developer",
"homepage": "https://github.com/softwaredavid/AppUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"softwaredavid": "softwaredavid@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/softwaredavid/AppUtils.git",
"tag": "0.0.8"
},
"source_files": "Utils/*",
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extension",
"source_files": "Utils/Extension/*"
}
]
}