[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / 2 / JSONObjectMapper / 0.1.3 / JSONObjectMapper.podspec.json
blob5598da2307a6b7660b1c30d0ed1338d4d5b7bb7f
2   "name": "JSONObjectMapper",
3   "version": "0.1.3",
4   "summary": "JSON to Core Data mapper for iOS",
5   "description": "JSONObjectMapper lets you to easily map JSON data to Core Data objects by\ndefining simple mappings in your classes without rewriting the same \nmanual bolierplate conversion code over and over again. It's written in \nObjective-C but can be used in Swift projects as well. See the README for \nmore information and examples.",
6   "homepage": "https://github.com/sryze/JSONObjectMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Zolotarev": "sryze@protonmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sryze/JSONObjectMapper.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JSONObjectMapper/Classes/**/*",
22   "public_header_files": [
23     "JSONObjectMapper/Classes/JSONAttributeMapping.h",
24     "JSONObjectMapper/Classes/JSONMappingProtocol.h",
25     "JSONObjectMapper/Classes/JSONObjectMapper.h",
26     "JSONObjectMapper/Classes/JSONObjectMapping.h",
27     "JSONObjectMapper/Classes/JSONRelationshipMapping.h"
28   ]