[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.1.9 / RKCommonLibrary.podspec.json
blob2c77608305471f9031f865e5ad8c4c98f36e70a3
2   "name": "RKCommonLibrary",
3   "version": "0.1.9",
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.9"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Classes/*.{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   ]