[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / e / a / 9 / RKCommonLibrary / 0.1.3 / RKCommonLibrary.podspec.json
blob768dcaf9d057a51980335a6ed80993831c862d05
2   "name": "RKCommonLibrary",
3   "version": "0.1.3",
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.1"
15   },
16   "source": {
17     "git": "https://github.com/DaskiOFF/RKCommonLibrary.git",
18     "tag": "0.1.3"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/*.{h,m}"
23   ],
24   "public_header_files": "Classes/UIView+RKUIViewCategory.h",
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "UIView",
30       "source_files": [
31         "Classes",
32         "Classes/UIView+RKUIViewCategory.{h,m}"
33       ],
34       "frameworks": "Foundation"
35     }
36   ]