[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / f / 4 / AOperation / 2.0.0 / AOperation.podspec.json
blob3ed1de1bf5b083a9bc509fd9a9793e54b3367a75
2   "name": "AOperation",
3   "version": "2.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A wrapper on Operation and OperationQueue Classes",
9   "homepage": "https://github.com/ssamadgh/AOperation.git",
10   "authors": {
11     "Seyed Samad Gholamzadeh": "ssamadgh@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ssamadgh/AOperation.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "Source/Shared/**/*.swift",
24   "ios": {
25     "source_files": "Source/**/*.swift"
26   },
27   "osx": {
28     "source_files": [
29       "Source/Shared_iOS_macOS/**/*.swift",
30       "Source/Shared_iOS_macOS_tvOS/**/*.swift"
31     ]
32   },
33   "tvos": {
34     "source_files": "Source/Shared_iOS_macOS_tvOS/**/*.swift"
35   },
36   "swift_versions": "5",
37   "swift_version": "5"