[Add] YIM 2.2.1
[CocoaPods.git] / Specs / e / c / 7 / MantleXMLExtension / 0.4.1 / MantleXMLExtension.podspec.json
blobe4374a7cb8e83a23c65c29587dbe1c4c76aaec83
2   "name": "MantleXMLExtension",
3   "version": "0.4.1",
4   "summary": "MantleXMLExtension support mutual conversion between Model object and XML with Mantle.",
5   "homepage": "https://github.com/soranoba/MantleXMLExtension",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "soranoba": "soranoba@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/soranoba/MantleXMLExtension.git",
15     "tag": "0.4.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "MantleXMLExtension/Classes/**/*.{m,h}",
21   "private_header_files": "MantleXMLExtension/Classes/Private/*.h",
22   "dependencies": {
23     "Mantle": [
24       "~> 2.0"
25     ]
26   }