[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / 1 / X2CryptoJS / 0.1.0 / X2CryptoJS.podspec.json
blob4dec8bc472564d8f2ef59fb1b52f31430db0eba8
2   "name": "X2CryptoJS",
3   "version": "0.1.0",
4   "summary": "AES integrated in iOS. Uses Google's CryptoJS JavaScript framework",
5   "description": "This library is a wrapper around Google's CryptoJS framework. For now it only supports AES, but future updates will enable more features provided by the CryptoJS framework.\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/X2Mobile/X2CryptoJS",
7   "license": "MIT",
8   "authors": {
9     "Alex Motoc": "alexdmotoc@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/X2Mobile/X2CryptoJS.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "X2Resources": [
22       "Pod/Assets/*.js"
23     ]
24   }