[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 1.0.11 / PopdeemSDK.podspec.json
blobc36c86af92c57a47e0dded084c9a49b31e08d9f6
2   "name": "PopdeemSDK",
3   "version": "1.0.11",
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.11"
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         "FBSDKShareKit": [
66         ],
67         "Bolts": [
69         ],
70         "Shimmer": [
72         ],
73         "JSONModel": [
75         ]
76       }
77     },
78     {
79       "name": "UIKit",
80       "source_files": [
81         "PopdeemSDK",
82         "PopdeemSDK/UIKit/*.{h,m}",
83         "PopdeemSDK/UIKit/**/*.{h,m}",
84         "PopdeemSDK/UIKit/**/**/*.{h,m}"
85       ],
86       "dependencies": {
87         "PopdeemSDK/Core": [
89         ]
90       }
91     }
92   ]