blob: ed57d3053bd86eb4174cbd2df741ca6f39ce648d [file] [log] [blame]
{
"name": "LLMFramework",
"version": "0.0.6",
"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.5",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"subspecs": [
{
"name": "Categoty",
"source_files": "LLMFramework/Categoty/*"
},
{
"name": "BaseView",
"source_files": "LLMFramework/LLMBaseView/*"
},
{
"name": "NetWork",
"source_files": "LLMFramework/LLMNetWork/*"
}
]
}