blob: 85d2be46eeeaa9c827fca72701debe7c270213f8 [file] [log] [blame]
{
"name": "SwiftyConcurrencyKit",
"version": "0.1",
"summary": "Functional and concurrent classes to provide easy data processing in the style of Java 8",
"description": "API's for efficient and versatile task oriented concurrent processing to minimize setup required for long running background tasks.",
"homepage": "https://github.com/flyrboy96/Swifty-ConcurrencyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruce Brookshire": "bruce.t.brookshire@gmail.com"
},
"source": {
"git": "https://github.com/flyrboy96/Swifty-ConcurrencyKit.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Swifty-ConcurrencyKit/Swifty-ConcurrencyKit/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}