blob: 343f2ecc99b3074f15b15b571eaa40dacb79c596 [file] [log] [blame]
{
"name": "NearUIBinding",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/nearit/iOS-UI-Bindings.git",
"tag": "1.0.0"
},
"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.4"
]
},
"pushed_with_swift_version": "4.0.2"
}