blob: 4968e6b1e0e7c18a82a1ed5f2ae800a0b1101794 [file] [log] [blame]
{
"name": "phoneid_iOS",
"version": "0.1.0",
"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/fedepo/phoneid_iOS",
"license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
"authors": {
"Alyona": "a.bachurina@gmail.com"
},
"source": {
"git": "https://github.com/fedepo/phoneid_iOS.git",
"tag": "0.1.0"
},
"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"
]
}
}