blob: 56299d2af87b91e2fcaadbdd0c5749c8a91b0328 [file] [log] [blame]
{
"name": "Frodo",
"version": "1.0.1",
"summary": "快速集成项目常用.",
"description": "分模块独立集成,可分模块配置。",
"homepage": "https://github.com/developer-chenlin/Frodo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenlinios@sina.com": "chenlinios@sina.com"
},
"source": {
"git": "https://github.com/developer-chenlin/Frodo.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Frodo/Classes/**/*",
"subspecs": [
{
"name": "HTTP",
"resources": "Frodo/Classes/HTTP/**/*",
"dependencies": {
"AFNetworking": [
"~>3.2.0"
]
}
},
{
"name": "TCP",
"resources": "Frodo/Classes/TCP/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.2"
]
}
},
{
"name": "UIView+Frame",
"resources": "Frodo/Classes/UIView+Frame/**/*"
}
]
}