blob: 00d724199691974753236592b0f0ba7369dba76e [file] [log] [blame]
{
"name": "MyFirstFramework",
"version": "0.0.2",
"summary": "test",
"description": " A longer description of MyFirstFramework 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/kansujiya/MyFirstFramework",
"license": {
"type": "kiwitech",
"file": "Classes/LICENSE.txt"
},
"authors": {
"Suresh Kansujiya": "sureshkansujiya@gmail.com"
},
"source": {
"git": "https://github.com/kansujiya/MyFirstFramework.git",
"tag": "0.0.2"
},
"vendored_frameworks": "Classes/*.framework",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}