blob: b0d99927b1393059dc2014261f12bf45c76a29c8 [file] [log] [blame]
{
"name": "VerifireKit",
"version": "1.0.0",
"summary": "Phone number verification",
"homepage": "https://verifire.io/",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Sergey Popov": "serj@verifire.io"
},
"source": {
"git": "https://github.com/VeriFire/VerifireKit-ios.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "VerifireKit/**/*.[mh]",
"public_header_files": "VerifireKit/Public/*.h",
"private_header_files": "VerifireKit/Private/*.h",
"resources": "VerifireKit/Resources/VerifireKit.bundle",
"module_map": "VerifireKit/Resources/module.modulemap",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}