blob: 033d065aef7ae5800cf50bb30740dad5717bdc8b [file] [log] [blame]
{
"name": "LLMFramework",
"version": "0.2.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Robert iOS framework.",
"description": "私有Pods工程,包含基于ViewController的baseView,可以快速使用tabelview,并且包含了一些基本的工具类.\n添加了一个获取相册相机的封装和选择日期的日历的封装",
"homepage": "https://git.oschina.net/robert1217/LLMFramework",
"authors": {
"Robert": "1015269859@qq.com"
},
"source": {
"git": "https://git.oschina.net/robert1217/LLMFramework.git",
"tag": "0.2.2",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Photos",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"RMUniversalAlert": [
]
},
"subspecs": [
{
"name": "Tool",
"source_files": "LLMFramework/Tools/*"
},
{
"name": "Categoty",
"source_files": "LLMFramework/Categoty/*"
},
{
"name": "BaseView",
"source_files": "LLMFramework/LLMBaseView/*"
},
{
"name": "NetWork",
"source_files": "LLMFramework/LLMNetWork/*"
}
]
}