blob: e425d09455e26b880fc5618340d662ef6cbb3c12 [file] [log] [blame]
{
"name": "Family",
"summary": "A child view controller framework that makes setting up your parent controllers as easy as pie.",
"version": "0.5.8",
"homepage": "https://github.com/zenangst/Family",
"license": "MIT",
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"source": {
"git": "https://github.com/zenangst/Family.git",
"tag": "0.5.8"
},
"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,iOS,Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS+tvOS,tvOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{macOS,Shared}/**/*"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}