blob: 4f76ea55f78a9174e4356825c311c79009068407 [file] [log] [blame]
{
"name": "PCAiOSLib",
"platforms": {
"ios": "9.0"
},
"summary": "The PCAiOSLib Cocoapod is an easy way to use the PCA Predict or Addressy type-ahead search technology within an iOS application.",
"requires_arc": true,
"version": "1.1.2",
"swift_version": "4.2",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"PCA Predict": "support@pcapredict.com"
},
"homepage": "https://www.pcapredict.com",
"source": {
"git": "https://github.com/PCAPredict/PCAiOSLib.git",
"tag": "1.1.2"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.8.1"
],
"AlamofireObjectMapper": [
"~> 5.2.0"
]
},
"source_files": "PCA-iOS-Lib/**/*.{swift}",
"resources": "PCA-iOS-Lib/**/*.{png,jpeg,jpg,storyboard,xib}",
"resource_bundles": {
"PCAiOSLib": [
"PCA-iOS-Lib/**/*.xib"
]
}
}