[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 7 / Actionable / 0.0.3 / Actionable.podspec.json
blob35c7782cf2a77ae1c576fee6282b3f40972c263d
2   "name": "Actionable",
3   "version": "0.0.3",
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.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Sources/**/*",
22   "resources": [
23     "actionable.sh",
24     "Resources/**/*"
25   ],
26   "dependencies": {
27     "Sourcery": [
29     ]
30   },
31   "swift_version": "4.2"