blob: dc66b01e7da258b99281d67f5372f2052c23facd [file] [log] [blame]
{
"name": "ABFrameworks",
"version": "0.0.1",
"summary": "A short description of ABUIKit.",
"platforms": {
"ios": "10.0"
},
"homepage": "https://github.com/whdevlab/ABFrameworks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"whdevlab": "whdevlab@163.com"
},
"source": {
"git": "https://github.com/whdevlab/ABFrameworks.git",
"tag": "0.0.1"
},
"dependencies": {
"AFNetworking": [
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "ABUIKit",
"source_files": "ABUIKit/**/*.{h,m}"
},
{
"name": "ABFoundation",
"source_files": "ABFoundation/**/*.{h,m}"
}
]
}