blob: 492708da4f113ce1d9dc9df1805dba995ef44d83 [file] [log] [blame]
{
"name": "XCocoaUtilsPublic",
"version": "0.4.4",
"summary": "Utils for iOS development",
"description": "XCocoaUtilsPublic is a utilities set for iOS development.\n\n* It's a convenient tools set.\n* I will add osx support in future.",
"homepage": "https://github.com/xudeheng/XCocoaUtilsPublic",
"module_name": "XCocoaUtilsPublic",
"license": "MIT",
"authors": {
"DehengXu": "dehengxu@outlook.com"
},
"social_media_url": "http://twitter.com/dehengxu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xudeheng/XCocoaUtilsPublic.git",
"tag": "0.4.4"
},
"source_files": "src/XCocoaUtilsPublic/*.{h,m}",
"exclude_files": "src/**/RegexKitLite.{h,m}",
"requires_arc": false,
"dependencies": {
"RegexKitLite": [
"~> 4.0"
]
},
"subspecs": [
{
"name": "macros",
"source_files": "src/XCocoaUtilsPublic/macros/*.{h}"
},
{
"name": "categories",
"source_files": "src/XCocoaUtilsPublic/categories/*.{h,m}",
"dependencies": {
"XCocoaUtilsPublic/macros": [
]
}
},
{
"name": "io",
"source_files": "src/XCocoaUtilsPublic/io/*.{h,m}"
},
{
"name": "http",
"source_files": "src/XCocoaUtilsPublic/http/*.{h,m}",
"dependencies": {
"XCocoaUtilsPublic/categories": [
]
}
},
{
"name": "benchmark",
"source_files": "src/XCocoaUtilsPublic/benchmark/*.{h,m}"
},
{
"name": "debug",
"source_files": "src/XCocoaUtilsPublic/debug/*.{h,m}",
"dependencies": {
"XCocoaUtilsPublic/categories": [
],
"XCocoaUtilsPublic/http": [
]
}
},
{
"name": "UIKit",
"source_files": "src/XCocoaUtilsPublic/UIKit/*.{h,m}",
"dependencies": {
"XCocoaUtilsPublic/categories": [
]
}
},
{
"name": "concurrency",
"source_files": "src/XCocoaUtilsPublic/concurrency/*.{h,m}"
}
]
}