blob: 67947a3fbfbce7450a5f9cf0c61c85b573bc1159 [file] [log] [blame]
{
"name": "iPhuanLib",
"version": "1.0.1",
"summary": "iPhuan's open source on iOS platform.",
"description": "iPhuanLib can help you quickly develop applications.",
"documentation_url": "https://github.com/iPhuan/iPhuanLib",
"homepage": "https://github.com/iPhuan/iPhuanLib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iPhuan": "iphuan@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iPhuan/iPhuanLib.git",
"tag": "1.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "iPhuanLib/Class/iPhuanLib/Foundation/**/*.{h,m}",
"prefix_header_contents": "#import \"iPhuanLib.h\""
},
{
"name": "Utils",
"source_files": "iPhuanLib/Class/iPhuanLib/Utils/**/*.{h,m}"
},
{
"name": "Additions",
"source_files": "iPhuanLib/Class/iPhuanLib/Additions/*.{h,m}",
"subspecs": [
{
"name": "UIKit",
"source_files": "iPhuanLib/Class/iPhuanLib/Additions/UIKit/**/*.{h,m}",
"dependencies": {
"iPhuanLib/Foundation": [
]
}
}
]
},
{
"name": "Views",
"subspecs": [
{
"name": "IPHHorizontalTableView",
"source_files": "iPhuanLib/Class/iPhuanLib/Views/IPHHorizontalTableView/**/*.{h,m}"
},
{
"name": "IPHConditionSelectorView",
"source_files": "iPhuanLib/Class/iPhuanLib/Views/IPHConditionSelectorView/**/*.{h,m}",
"dependencies": {
"iPhuanLib/Foundation": [
]
}
}
]
},
{
"name": "Others",
"source_files": "iPhuanLib/Class/iPhuanLib/Others/**/*.{h,m}",
"dependencies": {
"iPhuanLib/Foundation": [
]
}
}
]
}