blob: f858c6ff9d508a572676a581e3993a3f87b142f0 [file] [log] [blame]
{
"name": "ASSwiftContactBook",
"version": "1.0.13",
"summary": "Custom Contact Book picker written in Swift 3.0",
"homepage": "http://twitter.com/anton__dev",
"social_media_url": "http://twitter.com/anton__dev",
"documentation_url": "http://twitter.com/anton__dev",
"authors": {
"Anton Stremovskiy": "perlik@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/softermii/ASSwiftContactBook.git",
"tag": "v1.0.13"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pods/**/*.{swift,xib,xcassets}",
"resources": "Pods/**/*.{xib,xcassets}",
"ios": {
"resource_bundles": {
"Resources": [
"Pods/**/*.xcassets"
]
},
"frameworks": [
"UIKit",
"Contacts"
]
},
"pushed_with_swift_version": "3.0"
}