blob: cdbf0b313ef6287c5c4fe536d2d435d68fc92b32 [file] [log] [blame]
{
"name": "JKInfoBip2FAKit",
"version": "0.1.1",
"summary": "Library to use Info Bip 2 Factor Authentication API",
"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!",
"homepage": "https://github.com/kakashysen/JKInfoBip2FAKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jose Aponte": "joseapontec@gmail.com"
},
"source": {
"git": "https://github.com/kakashysen/JKInfoBip2FAKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.1"
},
"source_files": [
"JKInfoBip2FAKit/Classes/*.{h,m}",
"JKInfoBip2FAKit/Models/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"3.0.0"
]
}
}