[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 1.1.19 / PopdeemSDK.podspec.json
blob7826a3a926b3a331b215caa42fbacaf26824e79d
2   "name": "PopdeemSDK",
3   "version": "1.1.19",
4   "summary": "PopdeemSDK is used to interact with the Popdeem Product 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     "Daniel Farrell": "danfar93@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/niall_quinn1",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
21     "tag": "1.1.19"
22   },
23   "resources": [
24     "PopdeemSDK/UIKit/*{xib,png,json}",
25     "PopdeemSDK/UIKit/**/*.{xib,png,json}",
26     "PopdeemSDK/UIKit/**/**/*.{xib,png,json}"
27   ],
28   "frameworks": [
29     "CoreLocation",
30     "UIKit",
31     "Security",
32     "SystemConfiguration"
33   ],
34   "requires_arc": true,
35   "default_subspecs": "Core",
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": [
40         "PopdeemSDK/*.m",
41         "PopdeemSDK/*.h",
42         "PopdeemSDK/Core/*.{h,m}",
43         "PopdeemSDK/**/*.{h,m}",
44         "PopdeemSDK/Core/**/*.{h,m}",
45         "PopdeemSDK/Core/**/**/*.{h,m}",
46         "PopdeemSDK/UIKit/Common/Theme/PDTheme.{h,m}"
47       ],
48       "public_header_files": [
49         "PopdeemSDK/**/*.h",
50         "PopdeemSDK/*.h"
51       ],
52       "dependencies": {
53         "STTwitter": [
55         ],
56         "FBSDKLoginKit": [
58         ],
59         "FBSDKCoreKit": [
61         ],
62         "Bolts": [
64         ],
65         "Shimmer": [
67         ],
68         "JSONModel": [
70         ],
71         "TOCropViewController": [
73         ],
74         "Realm": [
76         ]
77       }
78     },
79     {
80       "name": "UIKit",
81       "source_files": [
82         "PopdeemSDK",
83         "PopdeemSDK/UIKit/*.{h,m}",
84         "PopdeemSDK/UIKit/**/*.{h,m}",
85         "PopdeemSDK/UIKit/**/**/*.{h,m}"
86       ],
87       "dependencies": {
88         "PopdeemSDK/Core": [
90         ]
91       }
92     }
93   ]