blob: 2d2732c9ea6b5138d6f2776a8f44cdb526ad3e55 [file] [log] [blame]
{
"name": "UserInterface",
"summary": "A collection of convenience extensions specifically tailored to building user interfaces in Swift.",
"version": "0.1.3",
"homepage": "https://github.com/zenangst/UserInterface",
"license": "MIT",
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"source": {
"git": "https://github.com/zenangst/UserInterface.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/zenangst",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Source/{iOS+tvOS,iOS,Shared}/**/*"
},
"tvos": {
"source_files": "Source/{iOS+tvOS,tvOS,Shared}/**/*"
},
"osx": {
"source_files": "Source/{macOS,Shared}/**/*"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}