[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 3 / OvershareKit / 1.3.1 / OvershareKit.podspec.json
blob734be48d9f1b890cf8f79fe3b5b40bbcd755f5b7
2   "name": "OvershareKit",
3   "version": "1.3.1",
4   "summary": "A soup-to-nuts sharing library for iOS.",
5   "homepage": "https://github.com/overshare/overshare-kit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Sinclair": "desk@jaredsinclair.com",
12     "Justin Williams": "justin@carpeaqua.com"
13   },
14   "source": {
15     "git": "https://github.com/overshare/overshare-kit.git",
16     "tag": "1.3.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "AddressBook",
25     "CoreMotion",
26     "CoreLocation",
27     "MediaPlayer"
28   ],
29   "compiler_flags": "-fmodules",
30   "source_files": [
31     "Overshare Kit/*.{h,m}"
32   ],
33   "resources": [
34     "Overshare Kit/Images/*",
35     "Overshare Kit/*.xib",
36     "Dependencies/GooglePlus-SDK/GooglePlus.bundle"
37   ],
38   "ios": {
39     "vendored_frameworks": [
40       "Dependencies/GooglePlus-SDK/GooglePlus.framework",
41       "Dependencies/GooglePlus-SDK/GoogleOpenSource.framework"
42     ]
43   },
44   "dependencies": {
45     "ADNLogin": [
47     ],
48     "PocketAPI": [
50     ]
51   }