[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 7 / Actionable / 0.0.1 / Actionable.podspec.json
blob98ebb5c54a662720c79314583b87d99b5b48e8f6
2   "name": "Actionable",
3   "version": "0.0.1",
4   "summary": "A cleaner delegation pattern for iOS.",
5   "description": "Actionable use code generation to give you the benefits of matching the style of builtin iOS delegate protocols with less boilerplate and tedious maintenance.",
6   "homepage": "https://github.com/Raizlabs/Actionable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Connor Neville": "cneville@rightpoint.com"
13   },
14   "source": {
15     "git": "https://github.com/Raizlabs/Actionable.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Sources/**/*",
22   "resources": "Resources/**/*",
23   "dependencies": {
24     "Sourcery": [
26     ]
27   },
28   "swift_version": "4.2"