[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / 0 / ELKitSDK / 0.1.0 / ELKitSDK.podspec.json
blobb9dd67a947539b1ba63d20f688c4d6b90eb8596e
2   "name": "ELKitSDK",
3   "version": "0.1.0",
4   "summary": "自己封装的常用SDK",
5   "description": "TODO: 常用的SDK,方便之后创建新工程的时候使用.",
6   "homepage": "https://github.com/linlinyin1991/ELKitSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ElaineYin": "linlinyin1991@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/linlinyin1991/ELKitSDK.git",
19     "tag": "0.1.0"
20   },
21   "public_header_files": "ELKitSDK/ELBaseKit.h",
22   "source_files": "ELKitSDK/ELBaseKit.h",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "MapKit"
27   ],
28   "subspecs": [
29     {
30       "name": "ELViewCategory",
31       "source_files": "ELKitSDK/ELViewCategory/**/*",
32       "public_header_files": "ELKitSDK/ELViewCategory/UIView+ELExtension.h"
33     },
34     {
35       "name": "ELDateModule",
36       "source_files": "ELKitSDK/ELDateModule/**/*",
37       "public_header_files": "ELKitSDK/ELDateModule/NSDate+ELExtension.h"
38     }
39   ]