[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / d / KZPlayground / 0.1.1 / KZPlayground.podspec.json
blob0f6b3ceb18f7ae7f8181a745eafb122428b75abb
2   "name": "KZPlayground",
3   "version": "0.1.1",
4   "summary": "Playgrounds but for Objective-C, with some extra coolnes.",
5   "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",
6   "homepage": "https://github.com/krzysztofzablocki/KZPlayground",
7   "license": "MIT",
8   "authors": {
9     "Krzysztof Zablocki": "krzysztof.zablocki@me.com"
10   },
11   "source": {
12     "git": "https://github.com/krzysztofzablocki/KZPlayground.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/merowing_",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Classes/**/*.h",
22     "Pod/Classes/**/*.m"
23   ],
24   "resources": [
25     "Pod/Assets/*"
26   ],
27   "dependencies": {
28     "dyci": [
29       "~> 0.1.5.6"
30     ]
31   }