blob: f538e95c4ad145a28f249591e0b81f579a3c0a91 [file] [log] [blame]
{
"name": "Family",
"summary": "A child view controller framework that makes setting up your parent controllers as easy as pie.",
"version": "0.20.0",
"homepage": "https://github.com/zenangst/Family",
"license": "MIT",
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"source": {
"git": "https://github.com/zenangst/Family.git",
"tag": "0.20.0"
},
"social_media_url": "https://twitter.com/zenangst",
"swift_versions": "5.0",
"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}/**/*"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0"
}