[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 9 / ContactsKit / 1.2.1 / ContactsKit.podspec.json
blob8021d512729bd17e404fc320e26a754cf633fabc
2   "name": "ContactsKit",
3   "version": "1.2.1",
4   "summary": "Contacts management without headache",
5   "homepage": "https://github.com/Serjip/ContactsKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Sergey Popov": "serj@ttitt.ru"
12   },
13   "source": {
14     "git": "https://github.com/Serjip/ContactsKit.git",
15     "tag": "1.2.1"
16   },
17   "requires_arc": true,
18   "source_files": "ContactsKit/**/*.{h,m}",
19   "public_header_files": "ContactsKit/Public/*.h",
20   "ios": {
21     "frameworks": "AddressBook"
22   },
23   "platforms": {
24     "ios": "6.0",
25     "osx": "10.7"
26   },
27   "osx": {
28     "frameworks": "AddressBook"
29   }