[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / a / SVEJSONObject / 0.1.0 / SVEJSONObject.podspec.json
blob8b69fb9d180f94edd1f4119688ae60df6235ed24
2   "name": "SVEJSONObject",
3   "version": "0.1.0",
4   "summary": "A simple JSON data deserializer using Swift.",
5   "description": "JSONObject is a simple JSON deserializer using Swift.\n\nThe implementation is minimal but very expressive easily extendable.\nOne of the main features is the handling and trackdown of errors in the json objects.",
6   "homepage": "https://github.com/sergioestevao/SVEJSONObject",
7   "license": "MIT",
8   "authors": {
9     "Sérgio Estêvão": "sergio.estevao@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sergioestevao/SVEJSONObject.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/SergioEstevao",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"