[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 1 / NNEasyKit / 0.0.1.2 / NNEasyKit.podspec.json
blob2b48817a7448350a2485322897e05f82988e08ef
2   "name": "NNEasyKit",
3   "version": "0.0.1.2",
4   "summary": "快速开发OC项目的框架",
5   "description": "一个快速开发OC项目的框架,包括Extension、Network、Components",
6   "homepage": "https://github.com/YiHuaXie/NNEasyKit",
7   "license": "MIT",
8   "authors": {
9     "NeroXie": "xyh30902@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/YiHuaXie/NNEasyKit.git",
16     "tag": "0.0.1.2"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "source_files": "NNEasyKit/NNEasyKit/NNEasyKit.h",
25   "subspecs": [
26     {
27       "name": "NNExtension",
28       "source_files": "NNEasyKit/NNEasyKit/NNExtension/*.{h,m}"
29     }
30   ]