[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 6 / Operations / 0.12.1 / Operations.podspec.json
blobc28900d2e4f60b3874336294ffa19b4d418fb289
2   "name": "Operations",
3   "version": "0.12.1",
4   "summary": "Powerful NSOperation subclasses in Swift.",
5   "description": "A Swift 1.2 framework inspired by Apple's WWDC 2015\nsession Advanced NSOperations: https://developer.apple.com/videos/wwdc/2015/?id=226",
6   "homepage": "https://github.com/danthorpe/Operations",
7   "license": "MIT",
8   "authors": {
9     "Daniel Thorpe": "@danthorpe"
10   },
11   "source": {
12     "git": "https://github.com/danthorpe/Operations.git",
13     "tag": "0.12.1"
14   },
15   "module_name": "Operations",
16   "social_media_url": "https://twitter.com/danthorpe",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Base",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "Operations/**/*.{swift,m,h}",
26       "exclude_files": "Operations/Extras/**/*.{swift,m,h}"
27     },
28     {
29       "name": "+AddressBook",
30       "dependencies": {
31         "Operations/Base": [
33         ]
34       },
35       "source_files": "Operations/AddressBook/**/*.{swift,m,h}"
36     },
37     {
38       "name": "+Extras",
39       "dependencies": {
40         "Operations/+AddressBook": [
42         ]
43       }
44     }
45   ]