[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / 2 / e / GFContactsRetriever / 0.1.0 / GFContactsRetriever.podspec.json
blob88e2b1152fd6484ca409f678fbfb5d7912a6ab6f
2   "name": "GFContactsRetriever",
3   "version": "0.1.0",
4   "summary": "Swift class to get contacts from the address book and convert them in an array of dictionaries.",
5   "description": "Swift class to get contacts fromt he address book and convert them in an array of dictionaries. Useful to pass them as a JSON to a WebView or via REST",
6   "homepage": "https://github.com/gualtierofrigerio/GFContactsRetriever",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gualtiero Frigerio": "gualtiero.frigerio@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gualtierofrigerio/GFContactsRetriever.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/gualtiero80",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "GFContactsRetriever/Classes/**/*"