blob: 5691ff0da295cf7816342e5632ccb2f36193c159 [file] [log] [blame]
{
"name": "ALLKit",
"version": "1.3",
"summary": "Async List Layout Kit",
"homepage": "https://github.com/geor-kasapidi/ALLKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georgy Kasapidi": "geor.kasapidi@icloud.com"
},
"source": {
"git": "https://github.com/geor-kasapidi/ALLKit.git",
"tag": "v1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"default_subspecs": [
"StringBuilder",
"Extended"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "Tests/**/*.swift",
"app_host_name": "ALLKit/Demos",
"dependencies": {
"ALLKit/Demos": [
]
}
}
],
"appspecs": [
{
"name": "Demos",
"platforms": {
"ios": "10.0"
},
"source_files": "Demos/**/*.swift",
"resources": "Demos/Assets.xcassets",
"info_plist": {
"CFBundleIdentifier": "n.seven.allkit",
"UIUserInterfaceStyle": "Light"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "n.seven.allkit"
},
"dependencies": {
"PinIt": [
],
"Nuke": [
]
}
}
],
"subspecs": [
{
"name": "Diff",
"source_files": "Sources/Diff/*.swift"
},
{
"name": "SwiftYoga",
"source_files": "Sources/Yoga/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "c++",
"dependencies": {
"Yoga": [
"1.14"
]
}
},
{
"name": "Layout",
"source_files": "Sources/Layout/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ALLKit/SwiftYoga": [
]
}
},
{
"name": "ListKit",
"source_files": "Sources/ListKit/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ALLKit/Layout": [
],
"ALLKit/Diff": [
]
}
},
{
"name": "StringBuilder",
"source_files": "Sources/StringBuilder/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Extended",
"source_files": "Sources/Extended/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ALLKit/ListKit": [
]
}
}
],
"swift_version": "5.1"
}