blob: 12e60713e07dfd32f978a3ac8835e13af312e931 [file] [log] [blame]
{
"name": "NNEasyKit",
"version": "0.0.1.5",
"summary": "快速开发OC项目的框架",
"description": "一个快速开发OC项目的框架,包括Extension、Network、Components",
"homepage": "https://github.com/YiHuaXie/NNEasyKit",
"license": "MIT",
"authors": {
"NeroXie": "xyh30902@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YiHuaXie/NNEasyKit.git",
"tag": "0.0.1.5"
},
"frameworks": [
"Foundation",
"UIKit"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"source_files": "NNEasyKit/NNEasyKit/NNEasyKit.h",
"subspecs": [
{
"name": "NNExtension",
"source_files": "NNEasyKit/NNEasyKit/NNExtension/*.{h,m}"
},
{
"name": "NNComponent",
"subspecs": [
{
"name": "NNAlertView",
"source_files": "NNEasyKit/NNEasyKit/NNComponent/NNAlertView/*.{h,m}"
},
{
"name": "NNGCDTimer",
"source_files": "NNEasyKit/NNEasyKit/NNComponent/NNGCDTimer/*.{h,m}"
},
{
"name": "NNPFSLabel",
"source_files": "NNEasyKit/NNEasyKit/NNComponent/NNPFSLabel/*.{h,m}"
},
{
"name": "NNPinYin",
"source_files": "NNEasyKit/NNEasyKit/NNComponent/NNPinYin/*.{h,m}",
"dependencies": {
"NNEasyKit/NNExtension": [
]
}
}
]
}
]
}