[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / c / 7 / 1 / CreateSend / 1.1.1 / CreateSend.podspec.json
blob54c66b318b967f8c336148f22e96a525569b7cf8
2   "name": "CreateSend",
3   "version": "1.1.1",
4   "summary": "An Objective-C library for talking to the Campaign Monitor API from Cocoa & Cocoa Touch applications.",
5   "homepage": "http://campaignmonitor.github.io/createsend-objectivec/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nathan de Vries": "nathan@atnan.com",
12     "Jonathan Younger": "jonathan@daikini.com",
13     "James Dennes": "jdennes@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/campaignmonitor/createsend-objectivec.git",
17     "tag": "v1.1.1"
18   },
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "CreateSend",
26     "Vendor/**/*.{h,m}"
27   ],
28   "osx": {
29     "exclude_files": [
30       "CreateSend/*iOS.*",
31       "CreateSend/CSAuthorizationViewController.*"
32     ]
33   },
34   "frameworks": "Security",
35   "prefix_header_file": "CreateSend/CreateSend-Prefix.pch"