[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / c / 4 / FunctionalJSON / 0.1.0 / FunctionalJSON.podspec.json
blob4ad1205c14a6c4906d6453c670c905894de28fa4
2   "name": "FunctionalJSON",
3   "version": "0.1.0",
4   "summary": "FunctionalJSON is a fast and functional JSON library for Swift.",
5   "description": "Inspired by the play/scala JSON lib.\nSimple reads composition to build complex structures\nFull JSON validation & easy debugging\nEasy navigation into the JSON tree\nSimple syntax\nFast !",
6   "homepage": "https://github.com/kreactive/FunctionalJSON",
7   "license": "MIT",
8   "authors": {
9     "Antoine Palazzolo": "a.palazzolo@kreactive.com"
10   },
11   "source": {
12     "git": "https://github.com/kreactive/FunctionalJSON.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/antoine_p",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "FunctionalJSON/*.swift",
21   "dependencies": {
22     "FunctionalBuilder": [
23       "~> 0.1.0"
24     ]
25   }