[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 0 / Remotli / 1.0.0 / Remotli.podspec.json
blob47c5b0d04e792c13e9f9b8137f5bcf64fc821dee
2   "name": "Remotli",
3   "version": "1.0.0",
4   "summary": "A networking framework designed to simplify the creation of model objects used in an application from json returned from a remote api.",
5   "description": "This framework is designed to work on the iOS platform and simplifies the process of sending network requests and parsing responses into local model objects.",
6   "homepage": "https://github.com/appteur/remotli.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Seth Arnott",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_version": "4.1",
16   "source": {
17     "git": "https://github.com/appteur/remotli.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "Remotli/*.{h,m,swift}",
22     "Remotli/**/*.{h,m,swift}"
23   ]