blob: e5327d8b048dfb0a141652198048c7e8000fa1c3 [file] [log] [blame]
{
"name": "Wave",
"summary": "Declarative chainable animations in Swift",
"version": "0.1.0",
"homepage": "https://github.com/onmyway133/Wave",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Wave.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"tvos": {
"source_files": "Sources/**/*"
}
}