[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 3 / b / BaseOperation / 0.0.6 / BaseOperation.podspec.json
blobf483727f9746c596125d9061f9f897a4fb22afa0
2   "name": "BaseOperation",
3   "version": "0.0.6",
4   "summary": "Easy to use base class for Operation",
5   "description": "Easy to use base class for Operation",
6   "homepage": "https://github.com/robertherdzik/BaseOperation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Robert Herdzik": "robert.herdzik@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/robertherdzik/BaseOperation.git",
16     "tag": "0.0.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "BaseOperation/**/*.{swift}"
24   }