[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / b / APJSONMapping / 1.0 / APJSONMapping.podspec.json
blob7e08e461ec4fbcb606b643653e47ccaf28f42081
2   "name": "APJSONMapping",
3   "version": "1.0",
4   "summary": "Objective-C class category which allows you to easily map your objects to dictionaries and vice versa.",
5   "description": "Objective-C class extension which allows you to easily map your objects to dictionaries and parse your objects from dictionaries.",
6   "homepage": "https://github.com/aperechnev/APJSONMapping",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Perechnev": "herfleisch@me.com"
13   },
14   "source": {
15     "git": "https://github.com/aperechnev/APJSONMapping.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.4"
20   },
21   "source_files": "APJSONMapping/APJSONMapping/*.{h,m}",
22   "requires_arc": true