blob: 228df60a49f19b8ba8c9b62d1c3e8dfa6a6b993b [file] [log] [blame]
{
"name": "Hodor",
"version": "2.0.9",
"summary": "A short description of Hodor.",
"description": "A longer description of Hodor in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/jumperb/Hodor",
"license": "Copyright",
"authors": {
"jumperb": "zhangchutian_05@163.com"
},
"source": {
"git": "https://github.com/jumperb/Hodor.git",
"tag": "2.0.9"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "Defines",
"ios": {
"source_files": "Classes/Defines/*.{h,m,mm,cpp,c}"
}
},
{
"name": "NS-Category",
"libraries": "z",
"ios": {
"source_files": "Classes/NS-Category/*.{h,m,mm,cpp,c}"
}
},
{
"name": "UI-Category",
"frameworks": "Accelerate",
"ios": {
"source_files": "Classes/UI-Category/*.{h,m,mm,cpp,c}"
}
},
{
"name": "Feature",
"dependencies": {
"Hodor/NS-Category": [
]
},
"ios": {
"source_files": "Classes/Features/**/*.{h,m,mm,cpp,c}"
}
},
{
"name": "All",
"dependencies": {
"Hodor/Defines": [
],
"Hodor/NS-Category": [
],
"Hodor/UI-Category": [
],
"Hodor/Feature": [
]
},
"ios": {
"source_files": "Classes/*.{h,m,mm,cpp,c}"
}
}
]
}