[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 5 / 7 / DDCryptor / 0.0.3 / DDCryptor.podspec.json
blob2834127210123a04bfc71faeaa50949a927944a6
2   "name": "DDCryptor",
3   "version": "0.0.3",
4   "summary": "A set of cryptors, include RSA, MD5, Base64, DES some more...",
5   "homepage": "https://github.com/longxdragon/DDCryptor",
6   "license": "MIT",
7   "authors": {
8     "longxdragon": "longxdragon@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/longxdragon/DDCryptor.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "DDCryptor/DDCryptor/DDCryptor/*.{h,m}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "dependencies": {
21     "OpenSSL-Universal": [
22       "~> 1.0"
23     ],
24     "GTMBase64": [
25       "~> 1.0.0"
26     ]
27   }