blob: b877c6343b01adfb9a0842955f3df7e3fd9868da [file] [log] [blame]
{
"name": "KittenKit",
"version": "1.0.1",
"summary": "KittenKit is an example of how to create a universal .framework file",
"description": "KittenKit is an example of how to create a universal .framework file.\nThis is especially useful to distribute closed source swift frameworks.",
"homepage": "http://twitter.com/ivanbruel",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"social_media_url": "http://twitter.com/ivanbruel",
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/ivanbruel/KittenKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation"
],
"requires_arc": true,
"ios": {
"vendored_frameworks": "KittenKit.framework"
},
"preserve_paths": "KittenKit.framework"
}