[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / 6 / AuthSDK / 0.0.1 / AuthSDK.podspec.json
blob289f98f835c8a9bd8cdfd4071dc1b6d8f98bd5ac
2   "name": "AuthSDK",
3   "version": "0.0.1",
4   "summary": "A simple SDK for login and signup functionalities.",
5   "description": "AuthSDK is a simple iOS SDK that provides login and signup functionalities.\nThis SDK uses URLSession for networking and supports encoding/decoding of \nJSON data using Codable.",
6   "homepage": "https://github.com/ihsankhaniosdeveloper/AuthSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ihsankhaniosdeveloper": "ihsankhaniosdeveloper@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ihsankhaniosdeveloper/AuthSDK.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "AuthSDK/**/*.{swift,h,m}",
22   "exclude_files": "AuthSDK/Exclude",
23   "requires_arc": true