[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / a / 9 / ASSwiftContactBook / 1.0.12 / ASSwiftContactBook.podspec.json
blobffb2d64b9bb9ceaf9a415061c96458cfc1aa37c9
2   "name": "ASSwiftContactBook",
3   "version": "1.0.12",
4   "summary": "Custom Contact Book picker written in Swift 3.0",
5   "homepage": "http://twitter.com/anton__dev",
6   "social_media_url": "http://twitter.com/anton__dev",
7   "documentation_url": "http://twitter.com/anton__dev",
8   "authors": {
9     "Anton Stremovskiy": "perlik@gmail.com"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://github.com/softermii/ASSwiftContactBook.git",
17     "tag": "v1.0.12"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pods/**/*.{swift,xib,xcassets}",
24   "resources": "Pods/**/*.{xib,xcassets}",
25   "ios": {
26     "resource_bundles": {
27       "Resources": [
28         "Pods/**/*.xcassets"
29       ]
30     },
31     "frameworks": [
32       "UIKit",
33       "Contacts"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"