blob: eb518474ec9ac4419e6d76bf1165b92a0f207ffd [file] [log] [blame]
{
"name": "AMKit",
"version": "0.0.1",
"summary": "My Kit for iOS.",
"homepage": "https://github.com/ArthasMay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanghao": "arthasmay@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ArthasMay/AMKit.git",
"tag": "0.0.1"
},
"source_files": [
"AMKit/*.{h,m}",
"AMKit/**/*.{h,m}"
],
"requires_arc": true
}