blob: 0e442de9520f76b041eaed4e16bc904d5c754741 [file] [log] [blame]
{
"name": "ALLKit",
"version": "1.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"default_subspecs": [
"ListKit",
"StringBuilder"
],
"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": "com.nseven.allkit",
"UIUserInterfaceStyle": "Light"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.nseven.allkit"
},
"dependencies": {
"PinIt": [
],
"Nuke": [
]
}
}
],
"subspecs": [
{
"name": "Diff",
"source_files": "Sources/Diff/*.swift"
},
{
"name": "StringBuilder",
"source_files": "Sources/StringBuilder/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Layout",
"source_files": "Sources/Layout/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "c++",
"dependencies": {
"Yoga": [
"1.14"
]
}
},
{
"name": "Support",
"source_files": "Sources/Support/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ALLKit/Layout": [
]
}
},
{
"name": "ListKit",
"source_files": "Sources/ListKit/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ALLKit/Layout": [
],
"ALLKit/Diff": [
],
"ALLKit/Support": [
]
}
}
],
"swift_version": "5.1"
}