[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / 7 / CleverPushLocation / 0.5.0 / CleverPushLocation.podspec.json
blob70405681e15dc88908a45f386dee4fc6cf233858
2   "name": "CleverPushLocation",
3   "version": "0.5.0",
4   "dependencies": {
5     "CleverPush": [
6       "~> 0.5.0"
7     ]
8   },
9   "static_framework": true,
10   "summary": "CleverPush Location library for iOS.",
11   "homepage": "https://cleverpush.com",
12   "license": {
13     "type": "MIT (modified)",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "CleverPush": "support@cleverpush.com"
18   },
19   "platforms": {
20     "ios": null
21   },
22   "source": {
23     "git": "https://github.com/cleverpush/cleverpush-ios-sdk.git",
24     "tag": "0.5.0"
25   },
26   "requires_arc": true,
27   "frameworks": [
28     "SystemConfiguration",
29     "UIKit",
30     "CoreLocation"
31   ],
32   "ios": {
33     "vendored_frameworks": "CleverPush/Framework/CleverPushLocation.framework"
34   }