[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / b / GooglePlusShareActivity / 0.2.3 / GooglePlusShareActivity.podspec.json
blobfdeb0b0e970610654a29f370bb9311c04a5e2333
2   "name": "GooglePlusShareActivity",
3   "version": "0.2.3",
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.3"
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.5.0"
30     ]
31   },
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/google-plus-ios-sdk/google-plus-ios-sdk-1.5.0\""
34   }