[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.1.14 / RKCommonLibrary.podspec.json
blob496d0c10378c89e5922a86352d4eacc7622aeeeb
2   "name": "RKCommonLibrary",
3   "version": "0.1.14",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Common Library for iOS Project.",
9   "homepage": "https://github.com/DaskiOFF/RKCommonLibrary",
10   "authors": {
11     "Roman Kotov": "waydeveloper@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/DaskiOFF/RKCommonLibrary.git",
15     "tag": "0.1.14"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Classes/RKCL.{h,m}",
22   "public_header_files": "Classes/RKCL.h",
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "UIView",
27       "source_files": "Classes/UIView+RKUIViewCategory.{h,m}",
28       "public_header_files": "Classes/UIView+RKUIViewCategory.h",
29       "frameworks": "Foundation"
30     },
31     {
32       "name": "NSString",
33       "source_files": "Classes/NSString+RKNSStringCategory.{h,m}",
34       "public_header_files": "Classes/NSString+RKNSStringCategory.h",
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "NSDate",
39       "source_files": "Classes/NSDate+RKNSDateCategory.{h,m}",
40       "public_header_files": "Classes/NSDate+RKNSDateCategory.h",
41       "frameworks": "Foundation"
42     },
43     {
44       "name": "UIColor",
45       "source_files": "Classes/UIColor+RKUIColorCategory.{h,m}",
46       "public_header_files": "Classes/UIColor+RKUIColorCategory.h",
47       "frameworks": "Foundation"
48     },
49     {
50       "name": "UIViewController",
51       "source_files": "Classes/UIViewController+RKUIViewControllerCategory.{h,m}",
52       "public_header_files": "Classes/UIViewController+RKUIViewControllerCategory.h",
53       "frameworks": "Foundation"
54     },
55     {
56       "name": "UINavigationController",
57       "source_files": "Classes/UINavigationController+RKUINavigationControllerCategory.{h,m}",
58       "public_header_files": "Classes/UINavigationController+RKUINavigationControllerCategory.h",
59       "frameworks": "Foundation"
60     },
61     {
62       "name": "UILabel",
63       "source_files": "Classes/UILabel+RKUILabelCategory.{h,m}",
64       "public_header_files": "Classes/UILabel+RKUILabelCategory.h",
65       "frameworks": "Foundation"
66     }
67   ]