blob: db490605d857d88b3f5a08c49852397735ceddc1 [file] [log] [blame]
{
"name": "SampleWebView",
"version": "0.0.1",
"summary": "This pod was created to check if i can add an existing project to git and create a podspec for it",
"description": " A longer description of SampleWebView 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": "http://github.com/SurajSundar/SampleWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"surajsundar": "surajsundarv@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SurajSundar/SampleWebView.git",
"tag": "0.0.1"
},
"source_files": "SampleWebView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}