Skip to content

Commit

Permalink
Merge pull request #125 from chrisballinger/podspec
Browse files Browse the repository at this point in the history
Add CocoaHTTPServer.podspec.json
  • Loading branch information
chrisballinger committed Jan 5, 2015
2 parents c615608 + 4489f33 commit b1d0b99
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CocoaHTTPServer.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "CocoaHTTPServer",
"version": "2.3",
"license": "BSD",
"summary": "A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.",
"homepage": "https://github.com/robbiehanson/CocoaHTTPServer",
"authors": {
"Robbie Hanson": "[email protected]"
},
"source": {
"git": "https://github.com/robbiehanson/CocoaHTTPServer.git",
"tag": "2.3"
},
"source_files": "{Core,Extensions}/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"dependencies": {
"CocoaAsyncSocket": [

],
"CocoaLumberjack": [

]
}
}

0 comments on commit b1d0b99

Please sign in to comment.