[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 3 / PopdeemSDK / 0.1.0 / PopdeemSDK.podspec.json
blob52883aaf67cb995ddce6d523591e5186ece036f7
2   "name": "PopdeemSDK",
3   "version": "0.1.0",
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.1.0"
21   },
22   "source_files": [
23     "PopdeemSDK",
24     "PopdeemSDK/**/*.{h,m}"
25   ],
26   "public_header_files": "PopdeemSDK/**/*.h",
27   "frameworks": [
28     "CoreLocation",
29     "UIKit"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
35     ],
36     "FBSDKLoginKit": [
38     ],
39     "FBSDKCoreKit": [
41     ],
42     "FBSDKShareKit": [
44     ],
45     "STTwitter": [
47     ]
48   }