[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 1.0.6 / PopdeemSDK.podspec.json
bloba4126a0435e7f32d310f070913e9002d346d6821
2   "name": "PopdeemSDK",
3   "version": "1.0.6",
4   "summary": "PopdeemSDK is used to interact with the Popdeem API on iOS.",
5   "description": "For detailed instructions, see http://www.popdeem.com/developer",
6   "homepage": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Niall Quinn": "niall@popdeem.com"
13   },
14   "social_media_url": "http://twitter.com/niall_quinn1",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
20     "tag": "1.0.6"
21   },
22   "resources": [
23     "PopdeemSDK/UIKit/Resources/*.png",
24     "PopdeemSDK/UIKit/Resources/*.json",
25     "PopdeemSDK/UIKit/*{xib,png}",
26     "PopdeemSDK/UIKit/**/*.{xib,png}",
27     "PopdeemSDK/UIKit/**/**/*.{xib,png}"
28   ],
29   "resource_bundles": {
30     "Resources": [
31       "PopdeemSDK/UIKit/Resources/*.png",
32       "PopdeemSDK/UIKit/Resources/*.json",
33       "PopdeemSDK/UIKit/*{xib,png}",
34       "PopdeemSDK/UIKit/**/*.{xib,png}",
35       "PopdeemSDK/UIKit/**/**/*.{xib,png}"
36     ]
37   },
38   "frameworks": [
39     "CoreLocation",
40     "UIKit",
41     "Security",
42     "Social",
43     "SystemConfiguration"
44   ],
45   "requires_arc": true,
46   "default_subspecs": "Core",
47   "subspecs": [
48     {
49       "name": "Core",
50       "source_files": [
51         "PopdeemSDK/PopdeemSDK.m",
52         "PopdeemSDK/PopdeemSDK.h",
53         "PopdeemSDK/Core/*.{h,m}",
54         "PopdeemSDK/Core/**/*.{h,m}",
55         "PopdeemSDK/Core/**/**/*.{h,m}",
56         "PopdeemSDK/UIKit/Common/Theme/PDTheme.{h,m}"
57       ],
58       "public_header_files": [
59         "PopdeemSDK/**/*.h",
60         "PopdeemSDK/*.h",
61         "PopdeemSDK/Libraries/JSONModel/JSONModelLib.h"
62       ],
63       "dependencies": {
64         "STTwitter": [
66         ],
67         "FBSDKLoginKit": [
69         ],
70         "FBSDKCoreKit": [
72         ],
73         "FBSDKShareKit": [
75         ],
76         "Bolts": [
78         ],
79         "Shimmer": [
81         ],
82         "JSONModel": [
84         ]
85       }
86     },
87     {
88       "name": "UIKit",
89       "source_files": [
90         "PopdeemSDK",
91         "PopdeemSDK/UIKit/*.{h,m}",
92         "PopdeemSDK/UIKit/**/*.{h,m}",
93         "PopdeemSDK/UIKit/**/**/*.{h,m}"
94       ],
95       "dependencies": {
96         "PopdeemSDK/Core": [
98         ]
99       }
100     }
101   ]