[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 9 / 3 / SnowplowIgluClient / 0.1.1 / SnowplowIgluClient.podspec.json
blobfec9e4839caaaf7cf113dac12c4fa1d28902273d
2   "name": "SnowplowIgluClient",
3   "version": "0.1.1",
4   "summary": "Snowplow Iglu Client for iOS 7+ and OSX 10.9+",
5   "description": "Objective-C client for Iglu, a schema repository.",
6   "homepage": "http://snowplowanalytics.com",
7   "screenshots": "https://d3i6fms1cm1j0i.cloudfront.net/github-wiki/images/snowplow-logo-large.png",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Snowplow Analytics Ltd": "support@snowplowanalytics.com"
11   },
12   "source": {
13     "git": "https://github.com/snowplow/iglu-objc-client.git",
14     "tag": "0.1.1"
15   },
16   "social_media_url": "https://twitter.com/SnowPlowData",
17   "documentation_url": "https://github.com/snowplow/snowplow/wiki/iglu-objc-client",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "KiteJSONValidator": [
26       "~> 0.2.3"
27     ]
28   },
29   "source_files": "SnowplowIgluClient/*.{m,h}",
30   "public_header_files": [
31     "SnowplowIgluClient/IGLUConstants.h",
32     "SnowplowIgluClient/IGLUClient.h",
33     "SnowplowIgluClient/IGLUUtilities.h"
34   ],
35   "resource_bundles": {
36     "SnowplowIgluResources": [
37       "SnowplowIgluResources/*"
38     ]
39   }