blob: 42f95edcd1261d91b5a0ee19a96182020ae0674c [file] [log] [blame]
{
"name": "iGrantFramework",
"version": "0.3.0",
"summary": "Framework to integrate iGrant.io Services to your app.",
"description": "You can enable iGrant.io services by adding this framework to your app. To know more about iGrant.io visit https://igrant.io/",
"homepage": "https://github.com/rebink/iGrantFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mohamed Rebin K",
"source": {
"git": "https://github.com/rebink/iGrantFramework.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "iGrantFramework/Classes/**/*",
"swift_version": "4.2",
"resource_bundles": {
"PopView": [
"iGrantFramework/Classes/iGrantFiles/Organisation/PopOverView.xib"
],
"iGrant": [
"iGrantFramework/Classes/iGrantFiles/iGrant.storyboard"
]
},
"frameworks": [
"UIKit",
"SafariServices"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"MBProgressHUD": [
],
"SkyFloatingLabelTextField": [
"~> 3.0"
],
"IQKeyboardManagerSwift": [
],
"ExpandableLabel": [
],
"Popover": [
],
"Toast-Swift": [
]
}
}