[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / d / NCShareKit / 0.0.1 / NCShareKit.podspec.json
blob873ca6cc31273bdb8ba473c6f73af37ae8d06718
2   "name": "NCShareKit",
3   "version": "0.0.1",
4   "summary": "Unify multi share channels.",
5   "homepage": "https://github.com/nickcheng/NCShareKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "nickcheng": "n@nickcheng.com"
12   },
13   "source": {
14     "git": "https://github.com/nickcheng/NCShareKit.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "NCShareKit/**/*.{h,m}",
22   "public_header_files": "NCShareKit/**/*.h",
23   "resource_bundles": {
24     "NCShareKit": "NCShareKit/*.xcassets"
25   },
26   "dependencies": {
27     "libWeChatSDK": [
28       "1.5"
29     ],
30     "WeiboSDK": [
31       "3.0.1"
32     ],
33     "UIImage-ResizeMagick": [
34       "0.0.1"
35     ]
36   }