blob: ecebc80df4d2eb2f453cd964393f29f9604c2fef [file] [log] [blame]
{
"name": "Trigger",
"version": "1.0.0",
"summary": "Trigger is a simple class that lets you conditionally call blocks of code.",
"description": "Trigger is a simple class that lets you conditionally call blocks of code. Great for conditionally showing onboarding tips and A/B testing.",
"homepage": "https://github.com/trifl/Trigger",
"license": "MIT",
"authors": {
"JP McGlone": "jp@trifl.co"
},
"source": {
"git": "https://github.com/trifl/Trigger.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Trigger": [
"Pod/Assets/*.png"
]
}
}