Skip to content

Commit 7ae1ed0

Browse files
author
Hadar Porat
committed
bump pod to 3.0.0
1 parent 5c433a3 commit 7ae1ed0

3 files changed

Lines changed: 37 additions & 16 deletions

File tree

AFSignedHTTPRequestOperationManager.podspec

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
{
3+
"name": "AFSignedHTTPRequestOperationManager",
4+
"version": "3.0.0",
5+
"summary": "AFNetworkingAutomatically sign AFNetworking api requests with SHA-256 hash signature and timestamp",
6+
"homepage": "https://github.com/aporat/AFSignedHTTPRequestOperationManager",
7+
"license": {
8+
"type": "MIT"
9+
},
10+
"authors": {
11+
"Adar Porat": "http://github.com/aporat"
12+
},
13+
"social_media_url": "http://twitter.com/aporat28",
14+
"dependencies": {
15+
"IGDigest": [
16+
"~> 1.1.0"
17+
],
18+
"AFNetworking": [
19+
"~> 3"
20+
]
21+
},
22+
"requires_arc": true,
23+
"platforms": {
24+
"ios": "7.0"
25+
},
26+
"source": {
27+
"git": "https://github.com/aporat/AFSignedHTTPRequestOperationManager.git",
28+
"tag": "3.0.0"
29+
},
30+
"source_files": [
31+
"src/*.{h,m}"
32+
]
33+
}

example/AFSignedHTTPRequestOperationManagerExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
5305FE901905513900CDAEC6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5305FE8F1905513900CDAEC6 /* Images.xcassets */; };
1919
5333BCAB1C1A63B600BD8167 /* AFSignedSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333BCAA1C1A63B600BD8167 /* AFSignedSessionManager.m */; };
2020
53EF46391905533800124757 /* APIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 53EF46381905533800124757 /* APIClient.m */; };
21+
53FE16101C1B1E96004A86ED /* AFSignedHTTPRequestOperationManager.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 53FE160F1C1B1E96004A86ED /* AFSignedHTTPRequestOperationManager.podspec */; };
2122
75C5FE5081414DCEAE29F1F9 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99FE730B47CD4AE69DE2DC43 /* libPods.a */; };
2223
/* End PBXBuildFile section */
2324

@@ -43,6 +44,7 @@
4344
5333BCAA1C1A63B600BD8167 /* AFSignedSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFSignedSessionManager.m; sourceTree = "<group>"; };
4445
53EF46371905533800124757 /* APIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = APIClient.h; sourceTree = "<group>"; };
4546
53EF46381905533800124757 /* APIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = APIClient.m; sourceTree = "<group>"; };
47+
53FE160F1C1B1E96004A86ED /* AFSignedHTTPRequestOperationManager.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = AFSignedHTTPRequestOperationManager.podspec; path = ../AFSignedHTTPRequestOperationManager.podspec; sourceTree = "<group>"; };
4648
99FE730B47CD4AE69DE2DC43 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
4749
/* End PBXFileReference section */
4850

@@ -64,6 +66,7 @@
6466
5305FE681905513900CDAEC6 = {
6567
isa = PBXGroup;
6668
children = (
69+
53FE160F1C1B1E96004A86ED /* AFSignedHTTPRequestOperationManager.podspec */,
6770
53EF46321905530300124757 /* src */,
6871
5305FE7A1905513900CDAEC6 /* AFSignedHTTPRequestOperationManagerExample */,
6972
5305FE731905513900CDAEC6 /* Frameworks */,
@@ -202,6 +205,7 @@
202205
buildActionMask = 2147483647;
203206
files = (
204207
5305FE901905513900CDAEC6 /* Images.xcassets in Resources */,
208+
53FE16101C1B1E96004A86ED /* AFSignedHTTPRequestOperationManager.podspec in Resources */,
205209
5305FE881905513900CDAEC6 /* Main_iPhone.storyboard in Resources */,
206210
5305FE7F1905513900CDAEC6 /* InfoPlist.strings in Resources */,
207211
);

0 commit comments

Comments
 (0)