blob: 68f6e18e4aa7389dc91613a5a293772e7ce378b8 [file] [log] [blame]
{
"name": "phoneid_iOS",
"version": "0.1.8",
"summary": "Phone.Id SDK library",
"description": "iOS library that provides access to phone.id service.\nPhone.id service allows App developers to use the phone number as a social login, without using nicknames or passwords at all.",
"homepage": "https://github.com/phoneid/phoneid_iOS",
"license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
"authors": {
"Federico Pomi": "federico@pomi.net"
},
"source": {
"git": "https://github.com/phoneid/phoneid_iOS.git",
"tag": "0.1.8"
},
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES",
"SWIFT_VERSION": "2.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Assets/Images.xcassets",
"Pod/Assets/strings/**"
],
"frameworks": [
"UIKit",
"CoreTelephony"
],
"dependencies": {
"libPhoneNumber-iOS": [
"~> 0.8.16"
]
}
}