blob: 0634a05dcf1e31bb207ec682e682bd420b6e3e7c [file] [log] [blame]
{
"name": "iOSAppFramework",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Framework",
"subspecs": [
{
"name": "Framework",
"dependencies": {
"Masonry": [
],
"AFNetworking": [
"~> 2.3"
],
"JSONModel": [
"~> 1.7.0"
],
"FMDB/SQLCipher": [
],
"SDWebImage": [
"~> 3.7.5"
],
"ReactiveCocoa": [
"~> 2.5"
],
"iOSAppFramework/iOS": [
],
"iOSAppFramework/ThirdParty": [
]
},
"subspecs": [
{
"name": "Foundation",
"source_files": "iOSAppFramework/Classes/Framework/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "iOSAppFramework/Classes/Framework/UIKit/*.{h,m}"
},
{
"name": "Any",
"source_files": "iOSAppFramework/Classes/Framework/Any/**/*.{h,m}"
}
]
},
{
"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",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
},
"subspecs": [
{
"name": "ReactiveCocoa",
"source_files": "iOSAppFramework/Classes/ThirdParty/ReactiveCocoa/*.{h,m}"
}
]
}
]
}