[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 7 / VirgilCryptoiOS / 1.3.0-alpha.vc.1 / VirgilCryptoiOS.podspec.json
blob763129b0e3b0d216477e885c32b5979912611d2d
2   "name": "VirgilCryptoiOS",
3   "version": "1.3.0-alpha.vc.1",
4   "summary": "VirgilCryptoiOS contains basic classes for creating key pairs, encrypting/decrypting data, signing data and verifying signs.",
5   "homepage": "https://github.com/VirgilSecurity/VirgilCryptoiOS",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pavlo Gorb": "p.orbitum@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/VirgilSecurity/VirgilCryptoiOS.git",
18     "tag": "1.3.0-alpha.vc.1"
19   },
20   "source_files": "Wrapper/*",
21   "public_header_files": "Wrapper/*.h",
22   "requires_arc": true,
23   "libraries": "stdc++",
24   "vendored_frameworks": "Frameworks/ios/*.framework",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/VirgilCrypto.framework/Headers"
27   }