blob: d9e8bc1026926db10af2e1dc64ce1d5e1a413c34 [file] [log] [blame]
{
"name": "ChimpKit",
"version": "3.1.1",
"summary": "ChimpKit is an API wrapper for the MailChimp API 2.0.",
"description": " ChimpKit lets you interact with MailChimp's API to subscribe users,\n fetch reports, send campaigns, and more. ChimpKit has OAuth2 baked in\n so your users can easily log into their MailChimp account.\n",
"homepage": "https://github.com/mailchimp/ChimpKit3",
"license": {
"type": "MIT",
"file": "LICENSE.TXT"
},
"authors": {
"Drew Conner": "drew@mailchimp.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mailchimp/ChimpKit3.git",
"tag": "3.1.1"
},
"source_files": [
"ChimpKit3",
"ChimpKit3/**/*.{h,m}"
],
"resources": [
"ChimpKit3/**/*.{xib}"
],
"requires_arc": true
}