blob: 8a53fa21ab75978220aa45b4a44ecc038d79bcec [file] [log] [blame]
{
"name": "HaidoraBase",
"version": "2.0",
"summary": "HaidoraBase.",
"description": "some basic codes for app.",
"homepage": "https://github.com/Haidora/HaidoraBase",
"license": "MIT",
"authors": {
"mrdaios": "mrdaios@gmail.com"
},
"source": {
"git": "https://github.com/Haidora/HaidoraBase.git",
"tag": "2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resource_bundles": {
"HaidoraBase": [
"Pod/Assets/*.*"
]
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/**/*.{h,m}",
"Pod/Classes/*.{h,m}"
]
},
{
"name": "Category",
"source_files": "Pod/Classes/*.{h,m}",
"subspecs": [
{
"name": "Foundation",
"source_files": [
"Pod/Classes/Category/Foundation/**/*.{h,m}",
"Pod/Classes/Category/*.{h,m}"
]
},
{
"name": "UIKit",
"source_files": [
"Pod/Classes/Category/UIKit/**/*.{h,m}",
"Pod/Classes/Category/*.{h,m}"
]
}
]
},
{
"name": "Util",
"source_files": [
"Pod/Classes/Util/**/*.{h,m}",
"Pod/Classes/*.{h,m}"
]
}
]
}