Skip to content

Commit

Permalink
Added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
John Foulkes committed May 7, 2015
1 parent aae0818 commit 58c7d01
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions SOCKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "SOCKit",
"version": "1.1",
"summary": "String <-> Object Coder for Objective-C.",
"homepage": "https://github.com/foulkesjohn/sockit",
"authors": {
"Jeff Verkoeyen": "jverkoey@gmail.com"
},
"source": {
"git": "https://github.com/foulkesjohn/sockit",
"tag": "1.1"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"description": "With SOCKit and SOCPattern you can easily transform objects into strings and vice versa.",
"source_files": "src/*.{h,m}",
"requires_arc": false
}

1 comment on commit 58c7d01

@Nestum
Copy link

@Nestum Nestum commented on 58c7d01 Jul 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this podSpec

Please sign in to comment.