aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoapods
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-11-13 07:35:12 -0800
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-11-13 07:35:12 -0800
commit40cd8b05df153b2ae08758f346b7262a55ce5692 (patch)
tree76216800296fba56325bbe4e4bd406c5f5da582a /cocoapods
parent659cc89c73cd611ac2fafecc6d772ee07f5b83fd (diff)
Fixed cocoapods spec
Diffstat (limited to 'cocoapods')
-rw-r--r--cocoapods/mailcore2.podspec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cocoapods/mailcore2.podspec.json b/cocoapods/mailcore2.podspec.json
index 6008b2d2..d491aeb5 100644
--- a/cocoapods/mailcore2.podspec.json
+++ b/cocoapods/mailcore2.podspec.json
@@ -1,6 +1,6 @@
{
"name": "mailcore2",
- "version": "0.4.5",
+ "version": "0.4.6",
"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",
@@ -16,6 +16,7 @@
"platforms": {
"ios": 7.0
},
+ "header_dir": "MailCore",
"requires_arc": false,
"public_header_files": "include/MailCore/*.h",
"preserve_paths": "include/MailCore/*.h",