[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 8 / c / AtomicKit / 1.0.0 / AtomicKit.podspec.json
blob2b53b6dbc6a6d65143794555569f86c9e3ee2549
2   "name": "AtomicKit",
3   "version": "1.0.0",
4   "summary": "Concurrency made simple in Swift",
5   "description": "AtomicKit is a Swift framework designed to ease dealing with concurrency in Swift projects.",
6   "homepage": "https://github.com/kf99916/AtomicKit",
7   "screenshots": "https://raw.githubusercontent.com/kf99916/AtomicKit/master/Assets/Icon.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Zheng-Xiang Ke": "kf99916@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/kf99916/AtomicKit.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "AtomicKit/**/*.{swift,h,m}"