[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 7 / 2 / KGNThread / 1.0 / KGNThread.podspec.json
blob38576301adf39fbd4a564cbb9ba4660fcb00f3c7
2   "name": "KGNThread",
3   "version": "1.0",
4   "authors": {
5     "David Keegan": "me@davidkeegan.com"
6   },
7   "homepage": "https://github.com/kgn/KGNThread",
8   "summary": "A collection of helpful methods that wrap GCD.",
9   "source": {
10     "git": "https://github.com/kgn/KGNThread.git",
11     "tag": "v1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "source_files": "Source/Thread.swift"