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