[Add] MARSDK_EASPRO 5.0.3
[CocoaPods.git] / Specs / 5 / 3 / a / Abracadabra / 1.1.4 / Abracadabra.podspec.json
blob6ea5f562b2bbdde31d1adcd810ea33f9c9cd940e
2   "name": "Abracadabra",
3   "version": "1.1.4",
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.1.4"
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   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Pod/Classes/Core/**/*.{h,m}"
31     },
32     {
33       "name": "UI",
34       "source_files": "Pod/Classes/UI/**/*.{h,m}",
35       "dependencies": {
36         "Abracadabra/Core": [
38         ]
39       }
40     }
41   ]