blob: 38f2d5428977b70cba4a8f848d4c77d0c967905a [file] [log] [blame]
{
"name": "NearUIBinding",
"version": "1.1.2",
"summary": "nearit.com iOS UI Bindings",
"description": "nearit.com iOS UI Bindings for Swift and Objective-C",
"homepage": "https://github.com/nearit/iOS-UI-Bindings",
"license": "MIT",
"authors": {
"Francesco Leoni": "francesco@nearit.com",
"Stefano Cattaneo": "stefano@nearit.com"
},
"source": {
"git": "https://github.com/nearit/iOS-UI-Bindings.git",
"tag": "1.1.2"
},
"source_files": "Near-iOS-UI/Near-iOS-UI/**/*.{h,swift}",
"resource_bundles": {
"NearUIBinding": [
"Near-iOS-UI/Near-iOS-UI/**/*.xib",
"Near-iOS-UI/Near-iOS-UI/Resources/Images.xcassets"
]
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"NearITSDK": [
"~> 2.9"
]
}
}