[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / 7 / 3 / Hera / 0.0.3 / Hera.podspec.json
blobba440330e2a294d377b31c30f8a2aa679c89e508
2   "name": "Hera",
3   "version": "0.0.3",
4   "summary": "Weixin Small App Framework",
5   "description": "A Framework For Weixin Small App running",
6   "homepage": "http://www.weidian.com",
7   "license": "MIT",
8   "authors": {
9     "sunyu": "sunyu@weidian.com",
10     "wangyiqiao": "wangyiqiao@weidian.com",
11     "hexinyu": "hexinyu@weidian.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/sunyuxidian/weixinSmallApp.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "ios/HeraFramework/Hera/**/*.{h,m}",
21   "public_header_files": "ios/HeraFramework/Hera/**/*.h",
22   "resources": "ios/HeraFramework/Resources/*.bundle",
23   "requires_arc": true,
24   "dependencies": {
25     "Reachability": [
26       "~> 3.2"
27     ],
28     "MJRefresh": [
29       "~> 3.1.9"
30     ],
31     "ZipArchive": [
32       "~> 1.4.0"
33     ],
34     "AFNetworking": [
35       "~> 3.0"
36     ]
37   }