[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / f / PassionCommon / 0.0.1 / PassionCommon.podspec.json
blobac7ed66ba565d1ae98cb4e09ed8cfd94dce41876
2   "name": "PassionCommon",
3   "version": "0.0.1",
4   "summary": "a common utility classes and managers.",
5   "description": "A library contains the common utilities needed in most projects.",
6   "homepage": "https://github.com/Aite/PassionCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alaa Al-Zaibak": "alaaite.passion@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Alaaite",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/Aite/PassionCommon.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "PassionCommon",
24     "PassionCommon/**/*.swift"
25   ],
26   "exclude_files": "PassionCommon/Exclude",
27   "frameworks": "StoreKit",
28   "swift_version": "4.1",
29   "requires_arc": true,
30   "static_framework": true,
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Firebase/Core/Sources"
33   },
34   "dependencies": {
35     "FirebaseCore": [
37     ],
38     "Firebase/AdMob": [
39       "~> 4.8"
40     ]
41   }