[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 6 / 4 / 3 / SimpleContactsManager / 0.0.3 / SimpleContactsManager.podspec.json
blob2db9b20f58272ed16d5a820aed7ba8c541104880
2   "name": "SimpleContactsManager",
3   "version": "0.0.3",
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.3"
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   ]