blob: 0f6b3ceb18f7ae7f8181a745eafb122428b75abb [file] [log] [blame]
{
"name": "KZPlayground",
"version": "0.1.1",
"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.1"
},
"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"
]
}
}