blob: 1f8b9dee91877e111f176b3fdb727f8541f2e2dc [file] [log] [blame]
{
"name": "ExampleOne",
"version": "0.1.0",
"summary": "this is a sample project for testing",
"description": "this is a sample project for testing the CocoaPods",
"swift_version": "4.0",
"homepage": "https://github.com/faisalazeez/ExampleOne",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"faisalazeez": "faisal.azeez@msisoft.in"
},
"source": {
"git": "https://github.com/faisalazeez/ExampleOne.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ExampleOne/Classes/**/*"
}