[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / 0 / RandomCars / 0.14.30 / RandomCars.podspec.json
blobf6acbc5af516e6805fefbacab97df39bb4299bec
2   "name": "RandomCars",
3   "version": "0.14.30",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/tareq3/",
8   "authors": {
9     "Tareq": "mti.tareq3@gmail.com"
10   },
11   "summary": "Random Cars generator",
12   "source": {
13     "git": "https://github.com/tareq3/RandomCarsFramework.git",
14     "tag": "0.14.30"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "10.0"
19   },
20   "xcconfig": {
21     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
22   },
23   "default_subspecs": "Debug",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
29   },
30   "dependencies": {
31     "Toast-Swift": [
32       "~> 5.0.1"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Debug",
38       "vendored_frameworks": "RandomCars.xcframework"
39     },
40     {
41       "name": "Release",
42       "vendored_frameworks": "RandomCars.xcframework"
43     }
44   ]