blob: 54c66b318b967f8c336148f22e96a525569b7cf8 [file] [log] [blame]
{
"name": "CreateSend",
"version": "1.1.1",
"summary": "An Objective-C library for talking to the Campaign Monitor API from Cocoa & Cocoa Touch applications.",
"homepage": "http://campaignmonitor.github.io/createsend-objectivec/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nathan de Vries": "nathan@atnan.com",
"Jonathan Younger": "jonathan@daikini.com",
"James Dennes": "jdennes@gmail.com"
},
"source": {
"git": "https://github.com/campaignmonitor/createsend-objectivec.git",
"tag": "v1.1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": [
"CreateSend",
"Vendor/**/*.{h,m}"
],
"osx": {
"exclude_files": [
"CreateSend/*iOS.*",
"CreateSend/CSAuthorizationViewController.*"
]
},
"frameworks": "Security",
"prefix_header_file": "CreateSend/CreateSend-Prefix.pch"
}