blob: de39f79f9f9c142e3eda4f34d2696b99f70a493d [file] [log] [blame]
{
"name": "TestStringReader",
"version": "0.1.0",
"summary": "This a test pod for string reader",
"description": "This is just created to learn how to generate pods for code implementation.",
"homepage": "https://github.com/kalyan-c/TestStringReader",
"license": "MIT",
"authors": {
"kalyan": "kalyanc676@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/kalyan-c/TestStringReader.git",
"tag": "0.1.0"
},
"source_files": "TestStringReader/**/*.{h,m,swift}",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.0"
}