[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 4 / 3 / mimetic / 0.9.7 / mimetic.podspec.json
blob654fda349799187d63626160037239766308a750
2   "name": "mimetic",
3   "version": "0.9.7",
4   "summary": "Email library (MIME) written in C++.",
5   "description": "mimetic is a free Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient.",
6   "homepage": "https://github.com/OliverLetterer/mimetic",
7   "license": "MIT",
8   "authors": {
9     "Stefano Barbato": "stefano@codesink.org"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/OliverLetterer/mimetic.git",
16     "tag": "0.9.7"
17   },
18   "source_files": [
19     "mimetic/*.{h,m,cxx}",
20     "mimetic/**/*.{h,m,cxx}"
21   ],
22   "header_mappings_dir": "mimetic",
23   "prefix_header_contents": [
24     "#include <unistd.h>",
25     "#include <sys/stat.h>",
26     "#define VERSION \"0.9.7\""
27   ],
28   "libraries": "stdc++",
29   "requires_arc": true