Skip to content

Tags: takayama/APIKit

Tags

1.1.1

Toggle 1.1.1's commit message
Merge pull request ishkawa#112 from ishkawa/feature/fix-podspec-deplo…

…yment-target

Fix watchOS deployment target in podspec

1.1.0

Toggle 1.1.0's commit message
Merge pull request ishkawa#111 from ishkawa/feature/unified-target

Update Result.framework and set deployment target watchOS 2.0 and tvOS 9.0 explicitly.

1.0.0

Toggle 1.0.0's commit message
Update README

1.0.0-beta.14

Toggle 1.0.0-beta.14's commit message
Merge pull request ishkawa#101 from ishkawa/feature/fix-Result-version

Specify the version of Result by ~> operator to avoid the collision

1.0.0-beta.13

Toggle 1.0.0-beta.13's commit message
Merge pull request ishkawa#98 from ishkawa/feature/update-result

Update Result to 0.6.0-beta.6

1.0.0-beta.12

Toggle 1.0.0-beta.12's commit message
Merge pull request ishkawa#97 from ishkawa/feature/fix-submodules

Update dependency to fix installing via Carthage

1.0.0-beta.11

Toggle 1.0.0-beta.11's commit message
Bump Xcode version on Travis CI

1.0.0-beta.10

Toggle 1.0.0-beta.10's commit message
Merge pull request ishkawa#94 from inamiy/access-level

Change access level of RequestType.parseData() to public.

1.0.0-beta.9

Toggle 1.0.0-beta.9's commit message
Merge pull request ishkawa#86 from ishkawa/feature/session

Rename `API` to `Session` and reorganize relationship between `Session` and `NSURLSession`

1.0.0-beta.8

Toggle 1.0.0-beta.8's commit message
Merge pull request ishkawa#84 from ishkawa/explicit-null-value

Improve nullable keys handling, restore [String: AnyObject] for `parameters`