[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / a / SomeThread / 0.0.3 / SomeThread.podspec.json
blob4008f64c5611cb6252b80f5b6cd71ea8c6a52d60
2   "name": "SomeThread",
3   "version": "0.0.3",
4   "summary": "An iOS task queue with guaranty to be working in one thread for each task",
5   "description": "SomeThread is a class with similar to GCD serial queue idea. But it will do its task on the same thread. Also you could add timers, they will be executed on this thread as well. While idle thread is sleeping.",
6   "homepage": "https://github.com/smakeev/SomeThread",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Makeev": "Makeev.87@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/smakeev/SomeThread.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "source_files": "*.{h,m}",
23   "requires_arc": true