blob: 7fc4314ca22965ba9efbcb8eda4c9be7285d7e3b [file] [log] [blame]
{
"name": "AppwiseCore",
"version": "0.3.0",
"summary": "Just a library of some stuff we use internally.",
"description": "Contains a few generic types (appdelegate, config, router, client) and some helper methods.",
"homepage": "https://github.com/djbe/AppwiseCore",
"authors": {
"David Jennes": "david.jennes@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/djbe/AppwiseCore.git",
"tag": "0.3.0"
},
"default_subspecs": [
"Core",
"UI"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG"
},
"dependencies": {
"Alamofire": [
],
"AsyncSwift": [
],
"CocoaLumberjack/Swift": [
],
"CrashlyticsRecorder": [
],
"Then": [
]
}
},
{
"name": "CoreData",
"source_files": "Source/CoreData/**/*.swift",
"dependencies": {
"AppwiseCore/Core": [
],
"SugarRecord/CoreData": [
],
"AlamofireCoreData": [
]
}
},
{
"name": "UI",
"source_files": "Source/UI/**/*.swift",
"dependencies": {
"AppwiseCore/Core": [
]
}
}
]
}