[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 3 / 4 / 0 / SMTPLibrary / 0.0.1 / SMTPLibrary.podspec.json
blob879a084ebc429a12a94c2f4c65aa8adfa4820292
2   "name": "SMTPLibrary",
3   "version": "0.0.1",
4   "summary": "A quick SMTP client for iOS. Fork of skpsmtpmessage, by Ian Baird.",
5   "description": "To use this in your app, add the files in the SMTPLibrary directory to your project. The Demo folder contains an Xcode project which will build a sample iPhone app.",
6   "homepage": "https://github.com/PauliusVindzigelskis/SKPSMTP",
7   "license": "MIT",
8   "authors": {
9     "Ian Baird, modified by Paulius Vindzigelskis": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PauliusVindzigelskis/SKPSMTP.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "SMTPLibrary",
20     "SMTPLibrary/**/*.{h,m}"
21   ],
22   "public_header_files": "SMTPLibrary/**/*.h",
23   "requires_arc": true