[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 0 / IDExt / 2.2.1 / IDExt.podspec.json
blobb27de61e9576524fcc6ab7b0262fd95fb71584c1
2   "name": "IDExt",
3   "version": "2.2.1",
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.2.1"
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   ],
30   "public_header_files": "IDExt/*.h",
31   "libraries": "z",
32   "dependencies": {
33     "Alamofire": [
35     ],
36     "SwiftyJSON": [
38     ],
39     "UIDeviceComplete": [
41     ],
42     "PersianSwift": [
44     ],
45     "PKHUD": [
46       "~> 5.0"
47     ],
48     "SwiftEntryKit": [
49       "0.8.4"
50     ],
51     "Kingfisher": [
53     ]
54   }