blob: 0ee4e79b61779bacfe2a409fd1e164879259d822 [file] [log] [blame]
{
"name": "ConnectClient",
"version": "0.1.1",
"summary": "The Connect iOS and OSX SDK",
"description": " Use Connect to build beautiful visualizations for your users.\n The Connect SDK makes it easy to push events to Connect ready for querying and visualizing.\n",
"homepage": "https://github.com/getconnect/connect-cocoa",
"license": "MIT",
"authors": {
"Chad Edrupt": "chad@tipihq.com"
},
"source": {
"git": "https://github.com/getconnect/connect-cocoa.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"*.{h,m}",
"Utilities/*.{h,m}"
],
"exclude_files": "Example/**/*",
"dependencies": {
"YapDatabase": [
"~> 2.6"
]
}
}