[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 1.0.42 / PopdeemSDK.podspec.json
blob3a8f58ac4ebe1153c6c44c9c7a29a7bb685b417d
2   "name": "PopdeemSDK",
3   "version": "1.0.42",
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.42"
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     "Security",
33     "Social",
34     "SystemConfiguration"
35   ],
36   "requires_arc": true,
37   "default_subspecs": "Core",
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": [
42         "PopdeemSDK/*.m",
43         "PopdeemSDK/*.h",
44         "PopdeemSDK/Core/*.{h,m}",
45         "PopdeemSDK/**/*.{h,m}",
46         "PopdeemSDK/Core/**/*.{h,m}",
47         "PopdeemSDK/Core/**/**/*.{h,m}",
48         "PopdeemSDK/UIKit/Common/Theme/PDTheme.{h,m}"
49       ],
50       "public_header_files": [
51         "PopdeemSDK/**/*.h",
52         "PopdeemSDK/*.h"
53       ],
54       "dependencies": {
55         "STTwitter": [
57         ],
58         "FBSDKLoginKit": [
60         ],
61         "FBSDKCoreKit": [
63         ],
64         "Bolts": [
66         ],
67         "Shimmer": [
69         ],
70         "JSONModel": [
72         ]
73       }
74     },
75     {
76       "name": "UIKit",
77       "source_files": [
78         "PopdeemSDK",
79         "PopdeemSDK/UIKit/*.{h,m}",
80         "PopdeemSDK/UIKit/**/*.{h,m}",
81         "PopdeemSDK/UIKit/**/**/*.{h,m}"
82       ],
83       "dependencies": {
84         "PopdeemSDK/Core": [
86         ]
87       }
88     }
89   ]