[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / d / 4 / Axe / 0.0.1 / Axe.podspec.json
blob965432227cf6856539f657d07d270b4e7a74fe1d
2   "name": "Axe",
3   "version": "0.0.1",
4   "summary": "Axe is all the reinforcement this army needs",
5   "homepage": "https://github.com/CodingForMoney/Axe",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "luoxianming": "luoxianmingg@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/CodingForMoney/Axe.git",
17     "tag": "0.0.1"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Axe/Axe/Axe.h",
24       "subspecs": [
25         {
26           "name": "Router",
27           "source_files": [
28             "Axe/Axe/Router/*.{h,m}",
29             "Axe/Axe/AXEDefines.h"
30           ]
31         },
32         {
33           "name": "Event",
34           "source_files": [
35             "Axe/Axe/Event/*.{h,m}",
36             "Axe/Axe/AXEDefines.h"
37           ]
38         },
39         {
40           "name": "Data",
41           "source_files": [
42             "Axe/Axe/Data/*.{h,m}",
43             "Axe/Axe/AXEDefines.h"
44           ]
45         }
46       ]
47     }
48   ]