blob: 52883aaf67cb995ddce6d523591e5186ece036f7 [file] [log] [blame]
{
"name": "PopdeemSDK",
"version": "0.1.0",
"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.0"
},
"source_files": [
"PopdeemSDK",
"PopdeemSDK/**/*.{h,m}"
],
"public_header_files": "PopdeemSDK/**/*.h",
"frameworks": [
"CoreLocation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"FBSDKLoginKit": [
],
"FBSDKCoreKit": [
],
"FBSDKShareKit": [
],
"STTwitter": [
]
}
}