blob: bd6ed1e61a9715bc16d7b91060f8aba70c04bdc9 [file] [log] [blame]
{
"name": "Mystique",
"version": "0.1.0",
"license": "MIT",
"summary": "Helpers to create awsome animations.",
"homepage": "https://github.com/gbammc/Mystique",
"authors": {
"Alvin Zhu": "gbammc@gmail.com"
},
"social_media_url": "https://twitter.com/alvin_zhu",
"source": {
"git": "https://github.com/gbammc/Mystique.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "Mystique/*{.h,.c,.m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
}
}