[Add] IMGLYDesignEditor 1.40.1-rc.0
[CocoaPods.git] / Specs / 0 / 2 / f / IDPush / 1.0 / IDPush.podspec.json
blob5b6fc1b866d1e542ce867ff7b4db7feee6e15ca2
2   "name": "IDPush",
3   "version": "1.0",
4   "summary": "IDPush - InfinityDesign OneSignal helper framework for iOS.",
5   "description": "Written in Swift.\nIDPush - InfinityDesign OneSignal helper Framework.",
6   "homepage": "https://github.com/omidgolparvar/IDPush",
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/IDPush.git",
16     "tag": "1.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "source_files": [
27     "IDPush/*.{h,swift}",
28     "IDPush/**/*.swift"
29   ],
30   "public_header_files": "IDPush/*.h",
31   "libraries": "z",
32   "dependencies": {
33     "Alamofire": [
35     ],
36     "SwiftyJSON": [
38     ],
39     "UIDeviceComplete": [
41     ]
42   }