blob: 5c1d0e2db5255bbd6a9785e3bdb07d843c5e6096 [file] [log] [blame]
{
"name": "KZPlayground",
"version": "0.1.0",
"summary": "Playgrounds but for Objective-C, with some extra coolnes.",
"description": " We all love Swift playgrounds, they are really great,\nbut since most of us still write Objective-C code, why not get benefits of rapid development with Objective-C Plagrounds?\nFast robust interations make it easy to prototype custom UI/Algorithms or even learn Objective-C or some new API.\n",
"homepage": "https://github.com/krzysztofzablocki/KZPlayground",
"license": "MIT",
"authors": {
"Krzysztof Zablocki": "krzysztof.zablocki@me.com"
},
"source": {
"git": "https://github.com/krzysztofzablocki/KZPlayground.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/merowing_",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*.h",
"Pod/Classes/**/*.m"
],
"resources": [
"Pod/Assets/*"
],
"dependencies": {
"dyci": [
"~> 0.1.5.6"
]
}
}