[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 8 / c / AIShareKit / 1.0.1 / AIShareKit.podspec.json
blob04f801d809477ca3791faf37b2f08f24c56c4980
2   "name": "AIShareKit",
3   "version": "1.0.1",
4   "summary": "AIShareKit 分享组件,集成qq,微信,微博的分享组件",
5   "homepage": "https://git.oschina.net/",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "zhaoliang": "zhaol2014@foxmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://git.oschina.net/aicmciisc/AIShareKit.git",
15     "tag": "1.0.1"
16   },
17   "source_files": [
18     "Classes",
19     "AIShareKit/**/*.{h,m}"
20   ],
21   "public_header_files": "AIShareKit/**/*.h",
22   "requires_arc": true,
23   "dependencies": {
24     "AIExternalSDK/WeiboSDK": [
25       "~> 1.0"
26     ],
27     "AIExternalSDK/WeChatSDK": [
28       "~> 1.0"
29     ],
30     "AIExternalSDK/TencentOpenAPI": [
31       "~> 1.0"
32     ]
33   }