blob: 965432227cf6856539f657d07d270b4e7a74fe1d [file] [log] [blame]
{
"name": "Axe",
"version": "0.0.1",
"summary": "Axe is all the reinforcement this army needs",
"homepage": "https://github.com/CodingForMoney/Axe",
"license": {
"type": "MIT"
},
"authors": {
"luoxianming": "luoxianmingg@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CodingForMoney/Axe.git",
"tag": "0.0.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Axe/Axe/Axe.h",
"subspecs": [
{
"name": "Router",
"source_files": [
"Axe/Axe/Router/*.{h,m}",
"Axe/Axe/AXEDefines.h"
]
},
{
"name": "Event",
"source_files": [
"Axe/Axe/Event/*.{h,m}",
"Axe/Axe/AXEDefines.h"
]
},
{
"name": "Data",
"source_files": [
"Axe/Axe/Data/*.{h,m}",
"Axe/Axe/AXEDefines.h"
]
}
]
}
]
}