[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 8 / e / SimpleRemoteObject / 0.0.3 / SimpleRemoteObject.podspec.json
blob28b61bc7a54f43008af7ea0b520fe7c78751ceeb
2   "name": "SimpleRemoteObject",
3   "version": "0.0.3",
4   "summary": "SimpleRemoteObject is a simple Objectie-C library that can create your classes' instance from server-side JSON text.",
5   "license": "MIT",
6   "homepage": "https://github.com/halsk/SimpleRemoteObject",
7   "authors": {
8     "Hal Seki": "hal@georepublic.co.jp"
9   },
10   "source": {
11     "git": "https://github.com/halsk/SimpleRemoteObject.git",
12     "tag": "0.0.3"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "source_files": "SimpleRemoteObject/classes/**/*.{h,m}",
18   "dependencies": {
19     "AFNetworking": [
20       ">= 1.0.0"
21     ]
22   },
23   "requires_arc": false