blob: 413bef8bb01d42096b92af6e1a3796f8b2646571 [file] [log] [blame]
{
"name": "fullcontact-objc",
"version": "1.0.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "Objective-C library to access FullContact's v2 API endpoints via iOS and Mac OS X.",
"homepage": "https://github.com/fullcontact/fullcontact-objc",
"authors": {
"Duane Schleen": "scsnowboards@gmail.com"
},
"source": {
"git": "https://github.com/fullcontact/fullcontact-objc.git",
"tag": "1.0.0"
},
"source_files": "fullcontact-objc/fullcontact-objc/Classes/**/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"MobileCoreServices",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}