[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 4 / 3 / SimpleContactsManager / 0.0.2 / SimpleContactsManager.podspec.json
blob91fe163b8cdd6196bf251dc172cb9642595424c0
2   "name": "SimpleContactsManager",
3   "version": "0.0.2",
4   "summary": "An easy access to ContactsBook.",
5   "description": "An easy to use Contacts.",
6   "homepage": "https://github.com/Chasingdreamboy/SimpleContactsManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EriceWang": "wangerdong@treefinance.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/Chasingdreamboy/SimpleContactsManager.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SimpleContactsManager/Classes/SimpleContactsManager.h",
22   "public_header_files": "SimpleContactsManager/Classes/SimpleContactsManager.h",
23   "subspecs": [
24     {
25       "name": "ContactsManager",
26       "source_files": "SimpleContactsManager/Classes/**/*.{h,m}",
27       "frameworks": [
28         "AddressBookUI",
29         "AddressBookUI"
30       ],
31       "weak_frameworks": [
32         "ContactsUI",
33         "Contacts"
34       ]
35     }
36   ]