[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.1.12 / RKCommonLibrary.podspec.json
blob4139f65ea5ef84108866b04bfe42ffd70a121b9a
2   "name": "RKCommonLibrary",
3   "version": "0.1.12",
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.12"
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   ]