blob: a7191e469d790bb944ebb38fcd671729eb9b99fd [file] [log] [blame]
{
"name": "Blueprints",
"summary": "A collection of flow layouts that is meant to make your life easier.",
"version": "0.8.6",
"homepage": "https://github.com/zenangst/Blueprints",
"license": "MIT",
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"source": {
"git": "https://github.com/zenangst/Blueprints.git",
"tag": "0.8.6"
},
"social_media_url": "https://twitter.com/zenangst",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS+tvOS,Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS+tvOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{macOS,Shared}/**/*"
},
"watchos": {
"source_files": "Sources/{watchOS,Shared}/**/*"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}