blob: 258ada0545dd4a50669a5e7b98c6e7c20c055786 [file] [log] [blame]
{
"name": "ConnectClient",
"version": "0.2.0",
"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@getconnect.io"
},
"source": {
"git": "https://github.com/getconnect/connect-cocoa.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"*.{h,m}",
"Utilities/*.{h,m}"
],
"exclude_files": "Example/**/*",
"dependencies": {
"YapDatabase": [
"~> 2.6"
]
}
}