Skip to content

Commit

Permalink
Merge pull request #2 from mogstad/cocoapods
Browse files Browse the repository at this point in the history
Publish on cocoapods
  • Loading branch information
mogstad committed Oct 20, 2015
2 parents bc03325 + c96397f commit d31fa02
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Echo.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Echo",
"version": "0.2.2",
"license": "MIT",
"summary": "A hassle free micro framework for laying out input accessory views",
"homepage": "https://github.com/mogstad/echo",
"authors": {
"Bjarne Mogstad": "me@mogstad.co"
},
"source": {
"git": "https://github.com/mogstad/echo.git",
"tag": "v0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Echo/**/*.swift",
"requires_arc": true
}

0 comments on commit d31fa02

Please sign in to comment.