[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 7 / 4 / d / KZPlayground / 0.1.0 / KZPlayground.podspec.json
blob5c1d0e2db5255bbd6a9785e3bdb07d843c5e6096
2   "name": "KZPlayground",
3   "version": "0.1.0",
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.0"
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   }