Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mogui committed Feb 14, 2016
1 parent f55e5b9 commit 7fd6ac5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions MDWamp.podspec.json
@@ -1,5 +1,4 @@
{
"requires_arc": true,
"osx": {
"frameworks": [
"CFNetwork",
Expand All @@ -8,11 +7,10 @@
},
"name": "MDWamp",
"license": "Apache 2.0",
"platforms": {
"osx": "10.8",
"ios": "7.1"
"requires_arc": true,
"authors": {
"Niko Usai": "mogui83@gmail.com"
},
"source_files": "MDWamp/**/*.{h,m,c}",
"ios": {
"frameworks": [
"MobileCoreServices",
Expand All @@ -22,18 +20,20 @@
},
"summary": "A client side objective-C implementation of the WebSocket subprotocol WAMP",
"libraries": "icucore",
"platforms": {
"osx": "10.8",
"ios": "7.1"
},
"version": "2.2.4",
"source": {
"git": "https://github.com/mogui/MDWamp.git",
"tag": "2.2.3"
"tag": "2.2.4"
},
"version": "2.2.3",
"dependencies": {
"CocoaAsyncSocket": [],
"MPMessagePack": [],
"SocketRocket": []
},
"authors": {
"Niko Usai": "mogui83@gmail.com"
},
"source_files": "MDWamp/**/*.{h,m,c}",
"homepage": "http://github.com/mogui/MDWamp"
}
}
2 changes: 1 addition & 1 deletion MDWamp/MDWamp-Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.2.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7fd6ac5

Please sign in to comment.