blob: 41e9402ffab2ae55aafc7f5aa5ff0315e34371c4 [file] [log] [blame]
{
"name": "AirBoxSDK",
"version": "0.0.5",
"summary": "This is used for demo purpose",
"homepage": "https://github.com/Heena-Thaper/AirboxFramework.git",
"license": "MIT",
"authors": {
"Heena Thaper": "missheena96@gmail.com"
},
"source": {
"git": "https://github.com/Heena-Thaper/AirboxFramework.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AirBoxSDK2/**/*.{h,m,\u0010swift}",
"swift_versions": "4",
"resources": "AirBoxSDK2/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"resource_bundles": {
"AirBoxSDK": [
"AirBoxSDK/*.{lproj,storyboard,xcassets,gif}",
"AirBoxSDK/AirboxAssets/**/*.imageset",
"AirBoxSDK/.xib",
"AirBoxSDK/UIView/CollectionViewCells/**/*.xib",
"AirBoxSDK/UIView/CustomViews/**/*.xib",
"README.md"
]
},
"preserve_paths": [
"README.md"
],
"static_framework": true,
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.9.0"
],
"MBProgressHUD": [
"~> 1.0.0"
]
},
"swift_version": "4"
}