blob: b202d1c6cdbabeb93295ebda1e3d139760ed4716 [file] [log] [blame]
{
"name": "Lembas-ios",
"version": "0.0.1",
"summary": "Lembas iOS client library",
"description": " A longer description of Lembas-ios 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!\n",
"homepage": "https://github.com/anlcan/Lembas-ios",
"license": "MIT",
"authors": {
"anilcanbaykal@gmail.com": "anilcanbaykal@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/anlcan/Lembas-ios.git",
"commit": "62f97a10e3c8ec2bdb322d62ea0e25d593f4ae3d"
},
"source_files": [
"Lembas",
"Lembas/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4"
]
}
}