blob: c11f43af6294d94e673fcae649eac111d85ab122 [file] [log] [blame]
{
"name": "LaunchDarkly",
"version": "2.1.1",
"summary": "iOS SDK for LaunchDarkly",
"description": "A longer description of darkly in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/launchdarkly/ios-client",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"LaunchDarkly": "team@launchdarkly.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/launchdarkly/ios-client.git",
"tag": "2.1.1"
},
"source_files": [
"Darkly/**/*.{h,m}",
"Darkly/*.{h,m}"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"dependencies": {
"DarklyEventSource": [
"~> 1.2.0"
]
}
}
]
}