[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / 0 / OvershareKit+Branch / 1.3.2 / OvershareKit+Branch.podspec.json
blob3105b9a3bc95e1f4771eec34306c30703d8e15d4
2   "name": "OvershareKit+Branch",
3   "version": "1.3.2",
4   "summary": "A soup-to-nuts sharing library for iOS, with a little extra zest from Branch.",
5   "homepage": "https://github.com/BranchMetrics/overshare-kit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Scott Hasbrouck": "scott@branch.io"
12   },
13   "source": {
14     "git": "https://github.com/BranchMetrics/overshare-kit.git",
15     "tag": "1.3.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "AddressBook",
24     "CoreMotion",
25     "CoreLocation",
26     "MediaPlayer"
27   ],
28   "compiler_flags": "-fmodules",
29   "source_files": [
30     "Overshare Kit/*.{h,m}"
31   ],
32   "resources": [
33     "Overshare Kit/Images/*",
34     "Overshare Kit/*.xib",
35     "Dependencies/GooglePlus-SDK/GooglePlus.bundle"
36   ],
37   "ios": {
38     "vendored_frameworks": [
39       "Dependencies/GooglePlus-SDK/GooglePlus.framework",
40       "Dependencies/GooglePlus-SDK/GoogleOpenSource.framework"
41     ]
42   },
43   "dependencies": {
44     "ADNLogin": [
46     ],
47     "PocketAPI": [
49     ],
50     "Branch": [
52     ]
53   }