blob: ac71cb561a100bbc592153562ed17e26f3e2af4e [file] [log] [blame]
{
"name": "FantasticSnowflake",
"summary": "SVG in Swift",
"version": "2.2.0",
"homepage": "https://github.com/onmyway133/Snowflake",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Snowflake.git",
"tag": "2.2.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"tvos": "10.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/iOS/**/*"
},
"tvos": {
"source_files": "Sources/iOS/**/*"
},
"dependencies": {
"Reindeers": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}