[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 5 / 0 / ABLibrary / 0.0.1 / ABLibrary.podspec.json
blobc3b3b295710a78cffcb5026c689ae359feaff599
2   "name": "ABLibrary",
3   "version": "0.0.1",
4   "summary": "ABLibrary is a high level request util based on ABAddressbook and CNContact.",
5   "homepage": "https://github.com/chengshiliang/ABLibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chengshiliang": "285928582@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/chengshiliang/ABLibrary.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "ABLibrary/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Contacts",
26     "AddressBook"
27   ]