blob: a293bdadc7f0e41b7f822133b4f8fbbd932f05b8 [file] [log] [blame]
{
"name": "NWBase",
"version": "1.0",
"summary": "NWBaseProject",
"description": "集成工作中的一些基类,自己用于项目的快速搭建.",
"homepage": "https://github.com/RITL/NWBaseProject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YueXiaoWen": "yuexiaowen108@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RITL/NWBaseProject.git",
"tag": "1.0"
},
"source_files": "Base/NWBase.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"RITLKit": [
],
"AFNetworking": [
],
"Masonry": [
],
"SDWebImage": [
],
"UIDeviceIdentifier": [
],
"MJRefresh": [
]
},
"subspecs": [
{
"name": "Cell",
"source_files": "Base/Cell/*.{h,m}"
},
{
"name": "API",
"source_files": "Base/API/*.{h,m}"
},
{
"name": "View_Controller",
"source_files": "Base/View_Controller/*.{h,m}"
}
]
}