[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 6 / fullcontact-objc / 1.0.1 / fullcontact-objc.podspec.json
blob8c8d5b42e31f18c69c38e11f79665ad089c9ed11
2   "name": "fullcontact-objc",
3   "version": "1.0.1",
4   "license": {
5     "type": "Apache License Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Objective-C library to access FullContact's v2 API endpoints via iOS and Mac OS X.",
9   "homepage": "https://github.com/fullcontact/fullcontact-objc",
10   "authors": {
11     "Duane Schleen": "scsnowboards@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/fullcontact/fullcontact-objc.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "fullcontact-objc/fullcontact-objc/Classes/**/*.{h,m}",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "frameworks": [
23     "SystemConfiguration",
24     "UIKit",
25     "MobileCoreServices",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "1.3.1"
32     ]
33   }