[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 3 / Hera / 0.0.1 / Hera.podspec.json
blobfe13be142effbd4339d20accb11aa340467c5894
2   "name": "Hera",
3   "version": "0.0.1",
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   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/sunyuxidian/weixinSmallApp.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "HeraFramework",
21     "HeraFramework/Hera/**/*.{h,m}"
22   ],
23   "public_header_files": "HeraFramework/Hera/**/*.h",
24   "resources": "HeraFramework/Resources/*.bundle",
25   "requires_arc": true,
26   "dependencies": {
27     "Reachability": [
28       "~> 3.2"
29     ],
30     "MJRefresh": [
31       "~> 3.1.9"
32     ],
33     "ZipArchive": [
34       "~> 1.4.0"
35     ],
36     "AFNetworking": [
37       "~> 3.0"
38     ]
39   }