blob: ac03b7390245a53bc1a3d50e7347a1478d1e6053 [file] [log] [blame]
{
"name": "AirBoxSDK",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AirBoxSDK/**/*.{h,m,\u0010swift}",
"swift_versions": "4",
"resources": "AirBoxSDK/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"resource_bundles": {
"AirBoxSDK": [
"AirBoxSDK/*.{lproj,storyboard,xcassets,gif}",
"AirBoxSDK/Assets/**/*.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"
}