{ | |
"name": "Gollum", | |
"version": "0.1.0", | |
"summary": "A Swift A/B Testing framework for iOS", | |
"homepage": "https://github.com/eduardoeof/Gollum", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Eduardo Ferreira": "eduardoofe@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/eduardoeof/Gollum.git", | |
"tag": "0.1.0" | |
}, | |
"social_media_url": "https://twitter.com/eduardoeof", | |
"source_files": "Gollum/**/*{.swift}", | |
"requires_arc": true, | |
"platforms": { | |
"ios": "8.0" | |
} | |
} |