blob: fec9e4839caaaf7cf113dac12c4fa1d28902273d [file] [log] [blame]
{
"name": "SnowplowIgluClient",
"version": "0.1.1",
"summary": "Snowplow Iglu Client for iOS 7+ and OSX 10.9+",
"description": "Objective-C client for Iglu, a schema repository.",
"homepage": "http://snowplowanalytics.com",
"screenshots": "https://d3i6fms1cm1j0i.cloudfront.net/github-wiki/images/snowplow-logo-large.png",
"license": "Apache License, Version 2.0",
"authors": {
"Snowplow Analytics Ltd": "support@snowplowanalytics.com"
},
"source": {
"git": "https://github.com/snowplow/iglu-objc-client.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/SnowPlowData",
"documentation_url": "https://github.com/snowplow/snowplow/wiki/iglu-objc-client",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"KiteJSONValidator": [
"~> 0.2.3"
]
},
"source_files": "SnowplowIgluClient/*.{m,h}",
"public_header_files": [
"SnowplowIgluClient/IGLUConstants.h",
"SnowplowIgluClient/IGLUClient.h",
"SnowplowIgluClient/IGLUUtilities.h"
],
"resource_bundles": {
"SnowplowIgluResources": [
"SnowplowIgluResources/*"
]
}
}