[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 3 / OvershareKit / 1.0.1 / OvershareKit.podspec.json
blobd92d7bf4f9665884bcb6cd2f74bd5f7279840dd8
2   "name": "OvershareKit",
3   "version": "1.0.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.0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "compiler_flags": "-fmodules",
24   "source_files": [
25     "Overshare Kit/*.{h,m}"
26   ],
27   "resources": [
28     "Overshare Kit/Images/*",
29     "Overshare Kit/*.xib"
30   ],
31   "dependencies": {
32     "ADNLogin": [
34     ],
35     "PocketAPI": [
37     ]
38   }