blob: 48139af4d0d1f3d9dde4b05db78a59e0b1fd2ad7 [file] [log] [blame]
{
"name": "AJKit",
"version": "0.1.0",
"summary": "A short description of AJKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xujiebing/AJKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xujiebing": "xujiebing1992@gmail.com"
},
"source": {
"git": "https://github.com/xujiebing/AJKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UIKit",
"prefix_header_file": "AJKit/Classes/UIKit/AJUIKit.pch",
"source_files": "AJKit/Classes/UIKit/*.{h,m}"
}
]
}