blob: f14750982704a1f51c3cc0cbcf17f26e05ac7d1e [file] [log] [blame]
{
"name": "Ucollect",
"version": "1.0.0",
"summary": "U-collect In-App iOS Payment SDK",
"description": "iOS In-App Payment SDK for U-collect merchants",
"homepage": "https://github.com/ItexIntegrated/ucollect-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Itex Integrated Systems Ltd": "email@address.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://itexintegratedservices@bitbucket.org/itexintegratedservices/ucollectpod.git",
"tag": "1.0.0"
},
"source_files": [
"UcollectPod",
"UcollectPod/**/*.{h,m,swift}"
],
"exclude_files": "UcollectPod/Exclude",
"resource_bundles": {
"Ucollect": [
"UcollectPod/**/*.{xib,storyboard}"
]
},
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"IDZSwiftCommonCrypto": [
],
"Alamofire": [
],
"AlamofireObjectMapper": [
],
"Bolts-Swift": [
]
},
"pushed_with_swift_version": "3.0"
}