[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 9 / Trigger / 1.0.0 / Trigger.podspec.json
blobecebc80df4d2eb2f453cd964393f29f9604c2fef
2   "name": "Trigger",
3   "version": "1.0.0",
4   "summary": "Trigger is a simple class that lets you conditionally call blocks of code.",
5   "description": "Trigger is a simple class that lets you conditionally call blocks of code. Great for conditionally showing onboarding tips and A/B testing.",
6   "homepage": "https://github.com/trifl/Trigger",
7   "license": "MIT",
8   "authors": {
9     "JP McGlone": "jp@trifl.co"
10   },
11   "source": {
12     "git": "https://github.com/trifl/Trigger.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Trigger": [
22       "Pod/Assets/*.png"
23     ]
24   }