blob: 8171ac2fcdbb961dce3d49ad0f5d8bccfa2c8a2e [file] [log] [blame]
{
"name": "AiquaLib",
"version": "0.5.0",
"summary": "A short description of AiquaLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/chunta/AiquaLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chunta": "rex.chen@appier.com"
},
"source": {
"git": "https://github.com/chunta/AiquaLib.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AiquaLib/Classes/*.{h,m}",
"vendored_libraries": "AiquaLib/Classes/HeyRexLib/*.a",
"static_framework": true,
"subspecs": [
{
"name": "HeyRexLib",
"source_files": "AiquaLib/Classes/HeyRexLib/*.{h,m}"
},
{
"name": "SubFunc",
"source_files": "AiquaLib/Classes/SubFunc/*.{h,m}"
}
]
}