From bc302535ca56f7a68219c5add1334319027264af Mon Sep 17 00:00:00 2001 From: "Hoa V. Dinh" Date: Sat, 8 Nov 2014 20:38:27 -0800 Subject: Added podspec file --- cocoapods/mailcore2.podspec.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cocoapods/mailcore2.podspec.json diff --git a/cocoapods/mailcore2.podspec.json b/cocoapods/mailcore2.podspec.json new file mode 100644 index 00000000..6008b2d2 --- /dev/null +++ b/cocoapods/mailcore2.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "mailcore2", + "version": "0.4.5", + "summary": "Mailcore 2", + "description": "MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP.", + "homepage": "http://libmailcore.com", + "license": { + "type": "BSD", + "file": "LICENSE" + }, + "authors": "MailCore Authors", + "source": { + "http": "http://d.etpan.org/mailcore2-deps/mailcore2-ios/mailcore2-ios-5.zip", + "flatten": true + }, + "platforms": { + "ios": 7.0 + }, + "requires_arc": false, + "public_header_files": "include/MailCore/*.h", + "preserve_paths": "include/MailCore/*.h", + "vendored_libraries": "lib/libMailCore-ios.a", + "libraries": ["xml2", "iconv", "z", "c++"], + "prepare_command": "curl -O https://github.com/MailCore/mailcore2/raw/master/LICENSE" +} \ No newline at end of file -- cgit v1.2.3