[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / a / AppusContactPicker / 0.1.3 / AppusContactPicker.podspec.json
blobbb3f8f67ee0a660cef99082aff910bc89cd005b1
2   "name": "AppusContactPicker",
3   "version": "0.1.3",
4   "summary": "Contact picker with built-in datasource and view",
5   "description": "AppusContactPicker is a contact picker with datasource and views. Project includes two kind of views: tableView and tagsView. ContactPickerTableView is pretty simple. ContactPickerTagsView based on TLTagsView component. Both of them allows you to simply call Apple's Contacts.Framework and store chosen data. ContactPickerTagsView allows you to use number autocompletion. Also ContactPickerTagsView support color customization.",
6   "homepage": "https://github.com/alexey-kubas-appus/AppusContactPicker",
7   "license": "Apache License",
8   "authors": {
9     "Hennadij": "hennadii.oleynik@appus.me"
10   },
11   "source": {
12     "git": "https://github.com/alexey-kubas-appus/AppusContactPicker.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC -lAppusContactPickerFramework"
21   },
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC -lAppusContactPickerFramework"
24   },
25   "source_files": "Pod/Classes/**/*",
26   "ios": {
27     "vendored_libraries": "Pod/Libraries/libAppusContactPickerFramework.a"
28   },
29   "preserve_paths": "Pod/Libraries/libAppusContactPickerFramework.a",
30   "libraries": "AppusContactPickerFramework",
31   "resources": "Pod/Assets/ContactPickerFrameworkResources.bundle"