[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 7 / XMLModelizer / 0.0.2 / XMLModelizer.podspec.json
blobc63b9fd42002ede3dc5065bd7dfadc13595f85e1
2   "name": "XMLModelizer",
3   "version": "0.0.2",
4   "summary": "XMLModelizer is a simple XML Parser and Modelizer.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/aoifukuoka/XMLModelizer",
10   "authors": {
11     "Aoi Fukuoka": "aoponaopon85746@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/aoifukuoka/XMLModelizer.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "XMLModelizer/**/*.{h,m,swift}",
21   "dependencies": {
22     "KissXML": [
23       "5.1.2"
24     ]
25   },
26   "description": "XMLModelizer is a XML Parser, also instance, that have each xml element, generator(modelizer). \nOnce you give model class and XML URL to XMLModelizer, you can get model instances that have XML elements which you need as properties(it needs only one line!!)."