blob: 6c9e60245da1fed3ecda26e37259161afd15ed9b [file] [log] [blame]
{
"name": "Lembas-ios",
"version": "0.0.11",
"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!",
"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",
"tag": "0.0.11"
},
"source_files": [
"Lembas",
"Lembas/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4"
]
}
}