[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 2 / b / GooglePlusShareActivity / 0.2.6 / GooglePlusShareActivity.podspec.json
blob7f8975178e20e58c7ccc8873fc0b14f820619feb
2   "name": "GooglePlusShareActivity",
3   "version": "0.2.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An UIActivity subclass for Sharing on Google+",
9   "homepage": "http://github.com/lysannschlegel/GooglePlusShareActivity",
10   "authors": {
11     "Lysann Schlegel": "http://github.com/lysannschlegel"
12   },
13   "source": {
14     "git": "https://github.com/lysannschlegel/GooglePlusShareActivity.git",
15     "tag": "0.2.6"
16   },
17   "source_files": "GooglePlusShareActivity/*.{h,m}",
18   "resources": "GooglePlusShareActivity/*.png",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "6.0"
26   },
27   "dependencies": {
28     "google-plus-ios-sdk": [
29       "1.7.0"
30     ]
31   },
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/google-plus-ios-sdk/google-plus-ios-sdk-1.7.0\""
34   }