blob: 66d738618580c22a9552676afa8303bc920f3135 [file] [log] [blame]
{
"name": "BigUtil",
"version": "1.3.0",
"summary": "A collection of ever useful yet hard to reproduce utilities, helpers, and categories for iOS/Objective-C.",
"description": "A BIG collection of ever useful yet hard to reproduce utilities, helpers, and categories for iOS/Objective-C.",
"homepage": "https://github.com/bigworkindustries/BigUtil",
"license": "MIT",
"authors": {
"Vincil Bishop": "vincil@bigworkindustries.com"
},
"source": {
"git": "https://github.com/bigworkindustries/BigUtil.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "All",
"source_files": "Pod/Classes/All/*.{h,m}",
"dependencies": {
"BigUtil/Blocks": [
],
"BigUtil/Categories": [
],
"BigUtil/Defines": [
],
"BigUtil/Environment": [
],
"BigUtil/Logging": [
],
"BigUtil/Networking": [
],
"BigUtil/View": [
]
}
},
{
"name": "Blocks",
"source_files": "Pod/Classes/Blocks/*.{h,m}"
},
{
"name": "Categories",
"source_files": "Pod/Classes/Categories/*.{h,m}"
},
{
"name": "Defines",
"source_files": "Pod/Classes/Defines/*.{h,m}"
},
{
"name": "Environment",
"source_files": "Pod/Classes/Environment/*.{h,m}",
"dependencies": {
"NSString-ZENVersions": [
"~> 0.1.2"
]
}
},
{
"name": "Logging",
"source_files": "Pod/Classes/Logging/*.{h,m}",
"dependencies": {
"BigUtil/Environment": [
],
"CocoaLumberjack": [
"~> 2.0.0"
],
"RMLogFormatter": [
"~> 0.1.3"
]
}
},
{
"name": "Networking",
"source_files": "Pod/Classes/Networking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"FXKeychain": [
"~> 1.5.3"
]
}
},
{
"name": "View",
"source_files": "Pod/Classes/View/*.{h,m}",
"dependencies": {
"VTSystemVersion": [
"~> 0.1"
],
"KPAStoryboardConvenience": [
"~> 1.0.1"
]
}
}
]
}