blob: 2b53b6dbc6a6d65143794555569f86c9e3ee2549 [file] [log] [blame]
{
"name": "AtomicKit",
"version": "1.0.0",
"summary": "Concurrency made simple in Swift",
"description": "AtomicKit is a Swift framework designed to ease dealing with concurrency in Swift projects.",
"homepage": "https://github.com/kf99916/AtomicKit",
"screenshots": "https://raw.githubusercontent.com/kf99916/AtomicKit/master/Assets/Icon.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zheng-Xiang Ke": "kf99916@gmail.com"
},
"source": {
"git": "https://github.com/kf99916/AtomicKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AtomicKit/**/*.{swift,h,m}"
}