[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.1.4 / RKCommonLibrary.podspec.json
blobfdbfcd63321d1838955ef57935dd69f7d2beb58e
2   "name": "RKCommonLibrary",
3   "version": "0.1.4",
4   "summary": "Common Library for iOS Project.",
5   "homepage": "https://github.com/DaskiOFF/RKCommonLibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Roman Kotov": "waydeveloper@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/DaskiOFF/RKCommonLibrary.git",
18     "tag": "0.1.4"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "public_header_files": "Classes/UIView+RKUIViewCategory.h",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "UIView",
27       "source_files": "Classes/UIView+RKUIViewCategory.{h,m}",
28       "frameworks": "Foundation"
29     }
30   ]