blob: f49f9e0072b19d6be85e33acece5fa1f60ed2da8 [file] [log] [blame]
{
"name": "iUtil",
"version": "1.0",
"summary": "Util class collection for ios.",
"description": "The project contains many useful classes for ios.",
"homepage": "https://gitee.com/wendachuan/iUtil",
"license": "GPLv2",
"authors": {
"wendachuan": "wendachuan@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/wendachuan/iUtil.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "iUtil/*.{h,m,swift}",
"subspecs": [
{
"name": "Core",
"source_files": "iUtil/Core/*.{h,m,swift}"
},
{
"name": "Html",
"source_files": "iUtil/Html/*.{h,m,swift}",
"dependencies": {
"iUtil/Core": [
],
"HTMLReader": [
"~> 0.9.6"
]
},
"subspecs": [
{
"name": "js",
"resources": "iUtil/Html/js/*.js"
}
]
},
{
"name": "HttpHelper",
"source_files": "iUtil/HttpHelper/*.{h,m,swift}",
"dependencies": {
"iUtil/JsonHelper": [
],
"iUtil/Core": [
],
"AFNetworking": [
]
}
},
{
"name": "JsonHelper",
"source_files": [
"iUtil/JsonHelper/*.{h,m,swift}",
"iUtil/JsonHelper/Parser/*.{h,m,swift}"
],
"dependencies": {
"iUtil/Core": [
]
}
},
{
"name": "Swizzle",
"source_files": "iUtil/Swizzle/*.{h,m,swift}",
"dependencies": {
"iUtil/Core": [
]
}
},
{
"name": "Theme",
"source_files": [
"iUtil/Theme/*.{h,m,swift}",
"iUtil/Theme/UIKit/*.{h,m,swift}"
],
"dependencies": {
"iUtil/Core": [
]
}
}
]
}