[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 0 / IDExt / 2.6.0 / IDExt.podspec.json
blobd519b640246ce77bcba1c6978cac0dda92770d44
2   "name": "IDExt",
3   "version": "2.6.0",
4   "summary": "IDExt framework for Swift.",
5   "description": "Written in Swift.\nMy helper Framework.",
6   "homepage": "https://github.com/omidgolparvar/IDExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Omid Golparvar": "iGolparvar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/omidgolparvar/IDExt.git",
16     "tag": "2.6.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.2"
25   },
26   "source_files": [
27     "IDExt/*.{h,swift}",
28     "IDExt/**/*.swift",
29     "IDExt/**/*.xib"
30   ],
31   "public_header_files": "IDExt/*.h",
32   "libraries": "z",
33   "dependencies": {
34     "Alamofire": [
36     ],
37     "SwiftyJSON": [
39     ],
40     "UIDeviceComplete": [
42     ],
43     "PersianSwift": [
45     ],
46     "PKHUD": [
47       "~> 5.0"
48     ],
49     "SwiftEntryKit": [
50       "0.8.4"
51     ],
52     "Kingfisher": [
54     ]
55   }