blob: 4d43124acf4a24792f2462c20f6e9f81244c6689 [file] [log] [blame]
{
"name": "PopdeemSDK",
"version": "0.1.8",
"summary": "PopdeemSDK is used to interact with the Popdeem API on iOS.",
"description": "For detailed instructions, see http://www.popdeem.com/developer",
"homepage": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
"license": {
"type": "MIT",
"file": "LICENCE.txt"
},
"authors": {
"Niall Quinn": "niall@popdeem.com"
},
"social_media_url": "http://twitter.com/niall_quinn1",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/Popdeem/Popdeem-SDK-iOS.git",
"tag": "0.1.8"
},
"source_files": [
"PopdeemSDK",
"PopdeemSDK/**/*.{h,m}"
],
"public_header_files": "PopdeemSDK/**/*.h",
"frameworks": [
"CoreLocation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"FBSDKLoginKit": [
],
"FBSDKCoreKit": [
],
"FBSDKShareKit": [
],
"STTwitter": [
],
"JSONModel": [
]
}
}