blob: 0e894d05cd4ff2d7fe725a94dedd331a0a43f5b6 [file] [log] [blame]
{
"name": "LLMFramework",
"version": "0.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Robert iOS framework.",
"description": "私有Pods工程",
"homepage": "https://git.oschina.net/robert1217/LLMFramework",
"authors": {
"Robert": "1015269859@qq.com"
},
"source": {
"git": "https://git.oschina.net/robert1217/LLMFramework.git",
"tag": "0.0.4"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "LLMFramework/LLMNetWork/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"subspecs": [
{
"name": "Categoty"
},
{
"name": "BaseView"
},
{
"name": "Network"
}
]
}