[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / a / AppusContactPicker / 0.1.2 / AppusContactPicker.podspec.json
bloba4dc4883cffffeb6ae4ce1ca3b93dc203874a9b2
2   "name": "AppusContactPicker",
3   "version": "0.1.2",
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.2"
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"