blob: 333a7cbbec99487216304e41cb8f571eb9ec906f [file] [log] [blame]
{
"name": "iOSAppFramework",
"version": "0.1.3",
"summary": "Source iOSAppFramework is a basic iOS App framework for App development.",
"description": "TODO: Add long description of the pod here.",
"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.1.3"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"JSONModel": [
"~> 1.7.0"
],
"ReactiveCocoa": [
"~> 2.5"
],
"FMDB/SQLCipher": [
],
"Masonry": [
]
},
"subspecs": [
{
"name": "iOS",
"subspecs": [
{
"name": "Foundation",
"source_files": "iOSAppFramework/Classes/iOS/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "iOSAppFramework/Classes/iOS/UIKit/*.{h,m}"
}
]
},
{
"name": "ThirdParty",
"subspecs": [
{
"name": "ReactiveCocoa",
"source_files": "iOSAppFramework/Classes/ThirdParty/ReactiveCocoa/*.{h,m}"
}
]
}
]
}