blob: e83403ef1f2d830459795acf3ff550e8c91aa66d [file] [log] [blame]
{
"name": "NSDExtendTool",
"version": "1.0.8",
"summary": "日常开发归纳",
"description": "意在便利日常开发,将日常中经常用到的代码块封装归类",
"homepage": "https://github.com/NeeSDev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NeeSDev": "niwei.develop@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/NeeSDev/NSDExtendTool.git",
"tag": "1.0.8"
},
"public_header_files": "NSDExtendTool.h",
"source_files": "NSDExtendTool.h",
"dependencies": {
"ReactiveObjC": [
"~> 3.1.0"
],
"MyLayout": [
"~> 1.6.1"
],
"AFNetworking": [
"~> 3.2.1"
],
"JSONModel": [
"~> 1.8.0"
]
},
"subspecs": [
{
"name": "NSDUIKitCategory",
"public_header_files": "NSDUIKitCategory/NSDUIKitCategory.h",
"source_files": "NSDUIKitCategory/NSDUIKitCategory.h",
"subspecs": [
{
"name": "ControllerCategory",
"source_files": "NSDUIKitCategory/ControllerCategory/*.{h,m}",
"public_header_files": "NSDUIKitCategory/ControllerCategory/*.h"
},
{
"name": "DataCategory",
"source_files": "NSDUIKitCategory/DataCategory/*.{h,m}",
"public_header_files": "NSDUIKitCategory/DataCategory/*.h"
},
{
"name": "ViewCategory",
"source_files": "NSDUIKitCategory/ViewCategory/*.{h,m}",
"public_header_files": "NSDUIKitCategory/ViewCategory/*.h"
}
]
},
{
"name": "NSDDataExtend",
"public_header_files": "NSDDataExtend/NSDDataExtend.h",
"source_files": "NSDDataExtend/NSDDataExtend.h",
"subspecs": [
{
"name": "KeychainAccess",
"source_files": "NSDDataExtend/KeychainAccess/*.{h,m}",
"public_header_files": "NSDDataExtend/KeychainAccess/*.h"
}
]
},
{
"name": "NSDCustomView",
"source_files": "NSDCustomView/**/*.{h,m}",
"public_header_files": "NSDCustomView/**/*.h"
},
{
"name": "NSDProjectBase",
"public_header_files": "NSDProjectBase/NSDProjectBase.h",
"source_files": "NSDProjectBase/NSDProjectBase.h",
"subspecs": [
{
"name": "ViewController",
"source_files": "NSDProjectBase/ViewController/*.{h,m}",
"public_header_files": "NSDProjectBase/ViewController/*.h"
},
{
"name": "DataBase",
"source_files": "NSDProjectBase/DataBase/*.{h,m}",
"public_header_files": "NSDProjectBase/DataBase/*.h",
"requires_arc": [
"NSDProjectBase/DataBase/NSDStore.m"
]
},
{
"name": "HttpBase",
"source_files": "NSDProjectBase/HttpBase/*.{h,m}",
"public_header_files": "NSDProjectBase/HttpBase/*.h"
}
]
},
{
"name": "NSDUIKitSubclass",
"public_header_files": "NSDUIKitSubclass/NSDUIKitSubclass.h",
"source_files": "NSDUIKitSubclass/NSDUIKitSubclass.h",
"subspecs": [
{
"name": "TextView",
"source_files": "NSDUIKitSubclass/TextView/*.{h,m}",
"public_header_files": "NSDUIKitSubclass/TextView/*.h"
}
]
}
]
}