[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 6 / ProximitySDK / 0.0.1 / ProximitySDK.podspec.json
blob1a3dade7997b6d09a54291955a66d7819f0b3b30
2   "name": "ProximitySDK",
3   "version": "0.0.1",
4   "summary": "Mobile SDK for Proximity Platform of encircle.io",
5   "description": "Proximity SDK is Library to deliver Proximity experience on iOS devices via encircle.io's platform. It leverages beacon or wifi to detect precise context of mobile user.",
6   "homepage": "http://www.encircle.io",
7   "screenshots": "http://encircle.io/img/presskit-brandassets/01-encircleio-platform.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Akash Kotadia": "akash@encircle.io"
14   },
15   "social_media_url": "https://twitter.com/akash_kotadia",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/encircleio/ProximitySDK-iOS.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "ProximitySDK",
25     "ProximitySDK/**/*.{h}"
26   ],
27   "public_header_files": "ProximitySDK/**/*.h",
28   "vendored_libraries": "ProximitySDK/libProximitySDK.a",
29   "resources": "ProximitySDK/ProximitySDKResource.bundle",
30   "frameworks": "CoreLocation",
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
34       "2.6.0"
35     ],
36     "SDWebImage": [
37       "3.7.3"
38     ],
39     "PubNub": [
40       "= 3.7.1"
41     ],
42     "CocoaLumberjack": [
43       "2.0.3"
44     ]
45   }