[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.2.1 / RKCommonLibrary.podspec.json
blob7b9cb4cb0ead471b017c879232cce9bb1ccb4065
2   "name": "RKCommonLibrary",
3   "version": "0.2.1",
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.2.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Classes/RKCommonLibrary.h",
22   "public_header_files": "Classes/*.h",
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "RKDefines",
27       "source_files": "Classes/RKDefines.h",
28       "frameworks": "Foundation"
29     },
30     {
31       "name": "RKCL",
32       "dependencies": {
33         "RKCommonLibrary/RKDefines": [
35         ]
36       },
37       "source_files": "Classes/RKCL.{h,m}",
38       "public_header_files": "Classes/RKCL.h",
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RKBaseClass",
43       "source_files": "Classes/RKBaseClass.{h,m}",
44       "public_header_files": "Classes/RKBaseClass.h",
45       "frameworks": "Foundation"
46     },
47     {
48       "name": "NSObject",
49       "source_files": "Classes/NSObject+RKNSObjectCategory.{h,m}",
50       "public_header_files": "Classes/NSObject+RKNSObjectCategory.h",
51       "frameworks": "Foundation"
52     },
53     {
54       "name": "UIImage",
55       "source_files": "Classes/UIImage+RKUIImageCategory.{h,m}",
56       "public_header_files": "Classes/UIImage+RKUIImageCategory.h",
57       "frameworks": "Foundation"
58     },
59     {
60       "name": "UIView",
61       "source_files": "Classes/UIView+RKUIViewCategory.{h,m}",
62       "public_header_files": "Classes/UIView+RKUIViewCategory.h",
63       "frameworks": "Foundation"
64     },
65     {
66       "name": "NSString",
67       "source_files": "Classes/NSString+RKNSStringCategory.{h,m}",
68       "public_header_files": "Classes/NSString+RKNSStringCategory.h",
69       "frameworks": "Foundation"
70     },
71     {
72       "name": "NSDate",
73       "source_files": "Classes/NSDate+RKNSDateCategory.{h,m}",
74       "public_header_files": "Classes/NSDate+RKNSDateCategory.h",
75       "frameworks": "Foundation"
76     },
77     {
78       "name": "UIColor",
79       "source_files": "Classes/UIColor+RKUIColorCategory.{h,m}",
80       "public_header_files": "Classes/UIColor+RKUIColorCategory.h",
81       "frameworks": "Foundation"
82     },
83     {
84       "name": "UIViewController",
85       "source_files": "Classes/UIViewController+RKUIViewControllerCategory.{h,m}",
86       "public_header_files": "Classes/UIViewController+RKUIViewControllerCategory.h",
87       "frameworks": "Foundation"
88     },
89     {
90       "name": "UINavigationController",
91       "source_files": "Classes/UINavigationController+RKUINavigationControllerCategory.{h,m}",
92       "public_header_files": "Classes/UINavigationController+RKUINavigationControllerCategory.h",
93       "frameworks": "Foundation"
94     },
95     {
96       "name": "UILabel",
97       "source_files": "Classes/UILabel+RKUILabelCategory.{h,m}",
98       "public_header_files": "Classes/UILabel+RKUILabelCategory.h",
99       "frameworks": "Foundation"
100     }
101   ]