[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / 2 / c / e / ZOEAddressBook / 1.1.1 / ZOEAddressBook.podspec.json
blob6ad0d23b4144acb0773c19a0a6f18008a6d23c19
2   "name": "ZOEAddressBook",
3   "version": "1.1.1",
4   "summary": "Access to mobile phone address book",
5   "description": "It is a titleView selector used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZOEAddressBook",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZOEAddressBook.git",
13     "tag": "1.1.1",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "AddressBook"
24   ],
25   "subspecs": [
26     {
27       "name": "model",
28       "source_files": "ZOEAddressBook/model/*.{h,m}",
29       "public_header_files": "ZOEAddressBook/model/*.h"
30     },
31     {
32       "name": "ZOEAddressBook",
33       "source_files": "ZOEAddressBook/ZOEAddressBook/*.{h,m}",
34       "public_header_files": "ZOEAddressBook/ZOEAddressBook/*.h",
35       "dependencies": {
36         "ZOEAddressBook/model": [
38         ]
39       }
40     }
41   ]