[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 1.1.5 / PopdeemSDK.podspec.json
blobfd0eefddc5400188e0552c6d003020070775c975
2   "name": "PopdeemSDK",
3   "version": "1.1.5",
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.1.5"
21   },
22   "resources": [
23     "PopdeemSDK/UIKit/*{xib,png,json}",
24     "PopdeemSDK/UIKit/**/*.{xib,png,json}",
25     "PopdeemSDK/UIKit/**/**/*.{xib,png,json}"
26   ],
27   "frameworks": [
28     "CoreLocation",
29     "UIKit",
30     "Security",
31     "Social",
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         "Realm": [
73         ]
74       }
75     },
76     {
77       "name": "UIKit",
78       "source_files": [
79         "PopdeemSDK",
80         "PopdeemSDK/UIKit/*.{h,m}",
81         "PopdeemSDK/UIKit/**/*.{h,m}",
82         "PopdeemSDK/UIKit/**/**/*.{h,m}"
83       ],
84       "dependencies": {
85         "PopdeemSDK/Core": [
87         ]
88       }
89     }
90   ]