[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / b / APJSONMapping / 2.0.1 / APJSONMapping.podspec.json
blobb26792a272f3869fdd91117592e84576b1283f3d
2   "name": "APJSONMapping",
3   "version": "2.0.1",
4   "summary": "Objective-C class category which allows you to easily map your objects to JSON strings and vice versa.",
5   "description": "Objective-C class extension which allows you to easily map your objects to JSON strings and parse JSON back to your objects.",
6   "homepage": "https://github.com/alexkrzyzanowski/APJSONMapping",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Krzyżanowski": "alex.krzyzanowski@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/alexkrzyzanowski/APJSONMapping.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "8.4"
20   },
21   "source_files": "APJSONMapping/APJSONMapping/*.{h,m}",
22   "requires_arc": true