[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / f / MTMContactsManager / 0.2.0 / MTMContactsManager.podspec.json
bloba278667996525167eaff936676cfb6dba13ea06c
2   "name": "MTMContactsManager",
3   "version": "0.2.0",
4   "summary": "A module to access the ios address book and retrieve an array of MTMContact.",
5   "description": "A module to access the ios address book and retrieve an array of MTMContact managing permissions. It returns null if no access will be granted.",
6   "homepage": "https://github.com/manupeco/MTMContactsManager",
7   "license": "MIT",
8   "authors": {
9     "manupeco": "emanuele.pecorari@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/manupeco/MTMContactsManager.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "MTMContactsManager/*.{h,m}",
20   "resource_bundles": {
21     "MTMContactsManager": [
22       "Pod/Assets/*.png"
23     ]
24   }