[Add] MARSDK_EASPRO 5.0.3
[CocoaPods.git] / Specs / 5 / 3 / a / Abracadabra / 1.3.2 / Abracadabra.podspec.json
blob7fe4fbbcc705c5387802fc5220238dd083baddcd
2   "name": "Abracadabra",
3   "version": "1.3.2",
4   "summary": "A simple and easy to use library for securing your code.",
5   "homepage": "https://github.com/shaps80/Abracadabra",
6   "license": "MIT",
7   "authors": {
8     "Shaps Mohsenin": "shapsuk@me.com"
9   },
10   "source": {
11     "git": "https://github.com/shaps80/Abracadabra.git",
12     "tag": "1.3.2"
13   },
14   "social_media_url": "https://twitter.com/shaps",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "SPXDefines": [
22     ],
23     "SPXDataValidators": [
25     ],
26     "SPXKeychain": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Pod/Classes/Core/**/*.{h,m}"
34     },
35     {
36       "name": "UI",
37       "source_files": "Pod/Classes/UI/**/*.{h,m}",
38       "dependencies": {
39         "Abracadabra/Core": [
41         ]
42       }
43     }
44   ]