[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 6 / ContactsPicker / 0.0.1 / ContactsPicker.podspec.json
bloba1d3def6c81214eba0f4ee0d37dee0de1165e928
2   "name": "ContactsPicker",
3   "version": "0.0.1",
4   "summary": "Library for easy contacts accesss supporting >= iOS8.",
5   "homepage": "https://github.com/kunai-consulting/ContactsPicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Piotr Zmudzinski": "ptr.zmudzinski@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/kunai-consulting/ContactsPicker.git",
18     "branch": "master",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "ContactsPicker/**/*.{swift}",
23     "ContactsPicker"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "Contacts",
28     "AddressBook"
29   ]