blob: 3768e2b159aa7cb740a67c42ca3cc14d9624e6fc [file] [log] [blame]
{
"name": "AppwiseCore",
"version": "0.10.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/appwise-labs/AppwiseCore",
"authors": {
"David Jennes": "david.jennes@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/appwise-labs/AppwiseCore.git",
"tag": "0.10.0",
"submodules": true
},
"preserve_paths": [
"Scripts/*",
"Sourcery/*"
],
"default_subspecs": [
"Core",
"Behaviours",
"UI"
],
"subspecs": [
{
"name": "Behaviours",
"source_files": "Sources/Behaviours/**/*.swift",
"dependencies": {
"AppwiseCore/Common": [
],
"Then": [
]
}
},
{
"name": "Common",
"source_files": "Sources/Common/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG"
}
},
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"resource_bundles": {
"AppwiseCore-Core": [
"Resources/Core/*.lproj"
]
},
"dependencies": {
"AppwiseCore/Common": [
],
"Alamofire": [
],
"CocoaLumberjack/Swift": [
],
"CrashlyticsRecorder": [
],
"Then": [
]
}
},
{
"name": "CoreData",
"source_files": "Sources/CoreData/**/*.swift",
"dependencies": {
"AppwiseCore/Common": [
],
"AppwiseCore/Core": [
],
"Groot": [
],
"SugarRecord/CoreData": [
]
}
},
{
"name": "DeepLink",
"source_files": "Sources/DeepLink/**/*.swift",
"dependencies": {
"AppwiseCore/Behaviours": [
],
"AppwiseCore/Common": [
]
}
},
{
"name": "UI",
"source_files": "Sources/UI/**/*.swift",
"dependencies": {
"AppwiseCore/Core": [
],
"AppwiseCore/Behaviours": [
],
"IBAnimatable": [
]
}
}
]
}