[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / b / FluentJ / 0.1.0 / FluentJ.podspec.json
blob5e72d688f57bece910d6c973d231e6ef8282a7ea
2   "name": "FluentJ",
3   "version": "0.1.0",
4   "summary": "Tiny lib to convert json -> models, models -> json",
5   "description": "This library doesn't depend on any parent class model. You can use it without any inheritance, you just need implement callbacks to provide rules of parsing.",
6   "homepage": "https://github.com/mojidabckuu/FluentJ",
7   "license": "MIT",
8   "authors": {
9     "vlad gorbenko": "mojidabckuu.22.06.92@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mojidabckuu/FluentJ.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FluentJ": [
22       "Pod/Assets/*.png"
23     ]
24   }