[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 0 / 6 / 9 / JKInfoBip2FAKit / 0.1.2 / JKInfoBip2FAKit.podspec.json
blob93256f364e4118e444a8f578a7bf3e2350320470
2   "name": "JKInfoBip2FAKit",
3   "version": "0.1.2",
4   "summary": "Library to use Info Bip 2 Factor Authentication API",
5   "description": "This is a simple library to use Info Bip 2 Factors Authentication API writed in Objective-C\nNOTE: This library is neither associated with nor supported by Infobip. API changes may occur at anytime, so I give no guarantees if something breaks or doesn't work. I will do my best to update this library. Bugfixes, improvements, and pull requests are welcome!",
6   "homepage": "https://github.com/kakashysen/JKInfoBip2FAKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jose Aponte": "joseapontec@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kakashysen/JKInfoBip2FAKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "7.1"
20   },
21   "source_files": [
22     "JKInfoBip2FAKit/Classes/*.{h,m}",
23     "JKInfoBip2FAKit/Models/*.{h,m}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "3.0.0"
28     ]
29   }