blob: fc532f3ab5d35462059d6a8b7818f1adddde4e62 [file] [log] [blame]
{
"name": "FirstPods",
"version": "0.0.1",
"summary": "FirstPods is a simple pods to calculate sum of two numbers",
"description": "This cocoa pods library is for testing and to calculate sum of two numbers based on simple algorithm",
"homepage": "https://github.com/Lokukumar/FirstPods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lokukumar": "kumarlokesh097@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Lokukumar/FirstPods.git",
"tag": "0.0.1"
},
"source_files": "FirstPods/**/*.{h,m,swift}",
"swift_version": "4.2"
}