[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 2 / 6 / AuthSDK / 0.0.2 / AuthSDK.podspec.json
blob8abcac180fe65c6b5f8185cc37104fa4520525bf
2   "name": "AuthSDK",
3   "version": "0.0.2",
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.2"
20   },
21   "source_files": "AuthSDK/**/*.{swift,h,m}",
22   "requires_arc": true