[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / a / 9 / ContactsKit / 1.0.2 / ContactsKit.podspec.json
blobe06c3a887f31618b6752d4c647bbeca0e880c600
2   "name": "ContactsKit",
3   "version": "1.0.2",
4   "summary": "Getting iOS and OSX contacts 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.0.2"
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   }