[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / b / BaseOperation / 0.0.2 / BaseOperation.podspec.json
blob779d5caa829605edd5ce000e4d06db9dde053995
2   "name": "BaseOperation",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "BaseOperation/**/*.{swift}"
24   }