[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / b / 2 / 4 / RSMoneyMaker / 0.0.14 / RSMoneyMaker.podspec.json
blob53a0609b849660762f9073bf779959223c3b2dbb
2   "name": "RSMoneyMaker",
3   "version": "0.0.14",
4   "summary": "RSMoneyMaker provides an easy a way to implement IAPs",
5   "homepage": "https://github.com/raostudios/RSMoneyMaker",
6   "license": "MIT",
7   "authors": {
8     "Venkat S. Rao": "vrao423@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/raostudios/RSMoneyMaker.git",
12     "tag": "0.0.14"
13   },
14   "social_media_url": "https://twitter.com/venkatrao",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "RSMoneyMaker-Core",
22       "source_files": "Pod/Classes/Core/*.{h,m}",
23       "public_header_files": "Pod/Classes/Core/*.h",
24       "dependencies": {
25         "GCNetworkReachability": [
27         ]
28       }
29     },
30     {
31       "name": "RSMoneyMaker-UI",
32       "source_files": "Pod/Classes/UI/*.{h,m}",
33       "public_header_files": "Pod/Classes/UI/*.h",
34       "resources": "Pod/Assets/*.png",
35       "dependencies": {
36         "RSMoneyMaker/RSMoneyMaker-Core": [
38         ],
39         "RSInterfaceKit": [
41         ]
42       }
43     }
44   ]