[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 0.3.9 / PopdeemSDK.podspec.json
bloba08f019ecb0837f0e247a40a79425838348a5bf3
2   "name": "PopdeemSDK",
3   "version": "0.3.9",
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.9"
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         "PopdeemSDK/UIKit/Common/Theme/PDTheme.h"
45       ],
46       "public_header_files": [
47         "PopdeemSDK/**/*.h",
48         "PopdeemSDK/*.h"
49       ],
50       "dependencies": {
51         "FBSDKLoginKit": [
53         ],
54         "FBSDKCoreKit": [
56         ],
57         "FBSDKShareKit": [
59         ],
60         "STTwitter": [
62         ],
63         "JSONModel": [
65         ]
66       }
67     },
68     {
69       "name": "UIKit",
70       "source_files": [
71         "PopdeemSDK",
72         "PopdeemSDK/UIKit/*.{h,m}",
73         "PopdeemSDK/UIKit/**/*.{h,m}",
74         "PopdeemSDK/UIKit/**/**/*.{h,m}"
75       ],
76       "dependencies": {
77         "PopdeemSDK/Core": [
79         ]
80       }
81     }
82   ]