blob: ae9ea3d2de05d439134a87b828da8e8b21a47f78 [file] [log] [blame]
{
"name": "iOSAppFramework",
"version": "0.2.2",
"summary": "App source tools.",
"description": "Source iOSAppFramework is a basic iOS App framework for App development.",
"homepage": "https://github.com/ItghostFan/iOSAppFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ItghostFan": "itghostfan@163.com"
},
"source": {
"git": "https://github.com/ItghostFan/iOSAppFramework.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"default_subspecs": "Framework",
"subspecs": [
{
"name": "Framework",
"subspecs": [
{
"name": "Foundation",
"source_files": "iOSAppFramework/Classes/Framework/Foundation/*.{h,m}"
}
]
}
]
}