blob: 5329e3497c0dc09e570fd05267c157b4d3060220 [file] [log] [blame]
{
"name": "GooglePlusShareActivity",
"version": "0.2.11",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An UIActivity subclass for Sharing on Google+",
"homepage": "http://github.com/lysannschlegel/GooglePlusShareActivity",
"authors": {
"Lysann Schlegel": "http://github.com/lysannschlegel"
},
"source": {
"git": "https://github.com/lysannschlegel/GooglePlusShareActivity.git",
"tag": "0.2.11"
},
"source_files": "GooglePlusShareActivity/*.{h,m}",
"resources": "GooglePlusShareActivity/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"googleplus-ios-sdk": [
"~> 1.7.1"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/googleplus-ios-sdk/**/\""
}
}