Commit eda9c50
committed
- .travis.yml+16
- Alamofire.podspec+17
- Alamofire.xcodeproj/project.pbxproj+251-18
- Alamofire.xcodeproj/xcshareddata/xcschemes/Alamofire OSX.xcscheme+110
- Alamofire.xcodeproj/xcshareddata/xcschemes/Alamofire iOS.xcscheme+110
- Example/AppDelegate.swift+1-1
- Example/DetailViewController.swift+1-1
- Example/HTTPBin.swift+1-1
- Example/MasterViewController.swift+1-1
- README.md+112-40
- Source/Alamofire.h+1-1
- Source/Alamofire.swift+135-69
- Tests/AuthenticationTests.swift+1-1
- Tests/DownloadTests.swift+11-12
- Tests/ManagerTests.swift+16-2
- Tests/ParameterEncodingTests.swift+19-1
- Tests/RequestTests.swift+20-11
- Tests/ResponseTests.swift+22-2
- Tests/UploadTests.swift+1-1
- Tests/ValidationTests.swift+1-1
- iOS Example.xcodeproj/xcshareddata/xcschemes/iOS Example.xcscheme+86
Lines changed: 110 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
Submodule SwiftyJSON updated 16 files
- .gitignore-1
- .travis.yml+2
- Example.xcodeproj/project.pbxproj+34-3
- Example/ViewController.swift+3-3
- README.md+46-15
- Source/Info-OSX.plist+26
- Source/Info-iOS.plist+1-1
- Source/SwiftyJSON.swift+3-3
- SwiftyJSON.podspec+14
- SwiftyJSON.xcodeproj/project.pbxproj+129-121
- SwiftyJSON.xcodeproj/xcshareddata/xcschemes/SwiftyJSON OSX.xcscheme+110
- SwiftyJSON.xcodeproj/xcshareddata/xcschemes/SwiftyJSON iOS.xcscheme+45-4
- SwiftyJSON.xcodeproj/xcuserdata/lebedzeu.xcuserdatad/xcschemes/SwiftyJSON-OSX.xcscheme-69
- SwiftyJSON.xcodeproj/xcuserdata/lebedzeu.xcuserdatad/xcschemes/xcschememanagement.plist-42
- Tests/Info-OSX.plist+24
- Tests/Info-iOS.plist
0 commit comments