[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 9 / HBShare / 0.0.1 / HBShare.podspec.json
blob6ee702b87434d50de009fa13bb47973c74e7909a
2   "name": "HBShare",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "http://github.com/lzyy/HBShare",
9   "authors": "limboy",
10   "summary": "HBShare is a simple share helper built on UIActivityViewController with WeChat support",
11   "source_files": [
12     "HBShare/Classes/*.{h,m}",
13     "HBShare/Vendors/*.h"
14   ],
15   "source": {
16     "git": "https://github.com/lzyy/HBShare.git",
17     "tag": "0.0.1"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0"
22   },
23   "ios": {
24     "vendored_libraries": "HBShare/Vendors/libWeChatSDK.a"
25   }