blob: 9385ef14c6904bcea2333de8d76d40e01463cc06 [file] [log] [blame]
{
"name": "iOSAppFramework",
"version": "0.2.15",
"summary": "App framework 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.15"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Framework",
"dependencies": {
"Masonry": [
"~> 1.0.2"
],
"iOSRunTime": [
],
"iOSThirdPartyTrap": [
],
"JSONModel": [
"~> 1.7.0"
],
"FMDB/SQLCipher": [
"~> 2.7.2"
],
"SDWebImage": [
"~> 4.0.0"
],
"ReactiveCocoa": [
"~> 2.5"
]
},
"subspecs": [
{
"name": "Framework",
"source_files": "iOSAppFramework/Classes/Framework/**/*.{h,m}",
"dependencies": {
"iOSAppFramework/iOS": [
]
}
},
{
"name": "iOS",
"source_files": "iOSAppFramework/Classes/iOS/**/*.{h,m}"
}
]
}