[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.1.23 / RKCommonLibrary.podspec.json
blobc6c5608ccd1bd5fe6453cd308ac2ecf2bb57d4c8
2   "name": "RKCommonLibrary",
3   "version": "0.1.23",
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.23"
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": "RKBaseClass",
27       "source_files": "Classes/RKBaseClass.{h,m}",
28       "public_header_files": "Classes/RKBaseClass.h",
29       "frameworks": "Foundation"
30     },
31     {
32       "name": "NSObject",
33       "source_files": "Classes/NSObject+RKNSObjectCategory.{h,m}",
34       "public_header_files": "Classes/NSObject+RKNSObjectCategory.h",
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "UIImage",
39       "source_files": "Classes/UIImage+RKUIImageCategory.{h,m}",
40       "public_header_files": "Classes/UIImage+RKUIImageCategory.h",
41       "frameworks": "Foundation"
42     },
43     {
44       "name": "UIView",
45       "source_files": "Classes/UIView+RKUIViewCategory.{h,m}",
46       "public_header_files": "Classes/UIView+RKUIViewCategory.h",
47       "frameworks": "Foundation"
48     },
49     {
50       "name": "NSString",
51       "source_files": "Classes/NSString+RKNSStringCategory.{h,m}",
52       "public_header_files": "Classes/NSString+RKNSStringCategory.h",
53       "frameworks": "Foundation"
54     },
55     {
56       "name": "NSDate",
57       "source_files": "Classes/NSDate+RKNSDateCategory.{h,m}",
58       "public_header_files": "Classes/NSDate+RKNSDateCategory.h",
59       "frameworks": "Foundation"
60     },
61     {
62       "name": "UIColor",
63       "source_files": "Classes/UIColor+RKUIColorCategory.{h,m}",
64       "public_header_files": "Classes/UIColor+RKUIColorCategory.h",
65       "frameworks": "Foundation"
66     },
67     {
68       "name": "UIViewController",
69       "source_files": "Classes/UIViewController+RKUIViewControllerCategory.{h,m}",
70       "public_header_files": "Classes/UIViewController+RKUIViewControllerCategory.h",
71       "frameworks": "Foundation"
72     },
73     {
74       "name": "UINavigationController",
75       "source_files": "Classes/UINavigationController+RKUINavigationControllerCategory.{h,m}",
76       "public_header_files": "Classes/UINavigationController+RKUINavigationControllerCategory.h",
77       "frameworks": "Foundation"
78     },
79     {
80       "name": "UILabel",
81       "source_files": "Classes/UILabel+RKUILabelCategory.{h,m}",
82       "public_header_files": "Classes/UILabel+RKUILabelCategory.h",
83       "frameworks": "Foundation"
84     }
85   ]