[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 5 / KZAsserts / 1.1.0 / KZAsserts.podspec.json
blob4d254bcd23c54f5fc5ce6bd380f583c07ee5bd85
2   "name": "KZAsserts",
3   "version": "1.1.0",
4   "summary": "KZAsserts is set of expanded assert macros that don't crash on release builds and support asynchronus code execution.",
5   "description": "KZAsserts has been created to allow developers to assert assumptions without worrying about crashing client facing versions of the app, it simplifies error handling by supporting asynchronus code execution and automatic error generation.\n[Read more about usage cases and ideology behind this](http://www.merowing.info/2013/07/expanded-use-of-asserts/#.U2KIwuaSzr0)",
6   "homepage": "http://merowing.info",
7   "license": "MIT",
8   "authors": {
9     "Krzysztof Zablocki": "krzysztof.zablocki@me.com"
10   },
11   "source": {
12     "git": "https://github.com/krzysztofzablocki/KZAsserts.git",
13     "tag": "1.1.0"
14   },
15   "social_media_url": "https://twitter.com/merowing_",
16   "platforms": {
17     "ios": "4.0",
18     "osx": "10.7",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Classes",
23   "public_header_files": "Classes/**/*.h"