[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 0.3.4 / PopdeemSDK.podspec.json
blob93298d93167eb4b7de17a76828a8155656ab1773
2   "name": "PopdeemSDK",
3   "version": "0.3.4",
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": "7.1"
17   },
18   "source": {
19     "git": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
20     "tag": "0.3.4"
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   "frameworks": [
30     "CoreLocation",
31     "UIKit"
32   ],
33   "requires_arc": true,
34   "default_subspecs": "Core",
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "PopdeemSDK/PopdeemSDK.m",
40         "PopdeemSDK/PopdeemSDK.h",
41         "PopdeemSDK/Core/*.{h,m}",
42         "PopdeemSDK/Core/**/*.{h,m}",
43         "PopdeemSDK/Core/**/**/*.{h,m}"
44       ],
45       "public_header_files": [
46         "PopdeemSDK/**/*.h",
47         "PopdeemSDK/*.h"
48       ],
49       "dependencies": {
50         "FBSDKLoginKit": [
52         ],
53         "FBSDKCoreKit": [
55         ],
56         "FBSDKShareKit": [
58         ],
59         "STTwitter": [
61         ],
62         "JSONModel": [
64         ]
65       }
66     },
67     {
68       "name": "UIKit",
69       "source_files": [
70         "PopdeemSDK",
71         "PopdeemSDK/UIKit/*.{h,m}",
72         "PopdeemSDK/UIKit/**/*.{h,m}",
73         "PopdeemSDK/UIKit/**/**/*.{h,m}"
74       ],
75       "dependencies": {
76         "PopdeemSDK/Core": [
78         ]
79       }
80     }
81   ]