1. 13 Oct, 2015 1 commit
  2. 09 Oct, 2015 3 commits
  3. 08 Oct, 2015 4 commits
  4. 07 Oct, 2015 3 commits
  5. 06 Oct, 2015 7 commits
  6. 05 Oct, 2015 9 commits
  7. 04 Oct, 2015 1 commit
  8. 01 Oct, 2015 5 commits
  9. 30 Sep, 2015 3 commits
  10. 29 Sep, 2015 4 commits
    • Paul Yang's avatar
      Merge pull request #836 from jcanizales/fix-version-number · 5ebac49f
      Paul Yang authored
      Fix Podspec version number
      5ebac49f
    • Thomas Van Lenten's avatar
      Cleanups for newer Xcodes · 1383d53e
      Thomas Van Lenten authored
      - Move up to 8.4 as the high simulator (assuming Xcode 6.4).
      - Add cast to NSMutableDictionary so clang and resolve the selector.
      - Add case for the newer static analyzer so it won't trigger a false warning.
      - Update the "dictionary" interface to use "object" naming. Xcode 7+ has gotten
        more strict on the use of nonnull/nullable; combining that with the generic
        collection support; and the "dictionary" classes we created now collide with
        what the generic KeyValueCoding in the system headers triggering
        warnings/errors. Fix this and hopefully all future issue by renaming the
        methods to use "object" for the classes that have data types as objects
        instead of PODs. Taking this renaming hit now while ObjC is still in beta
        because it is a breaking change for any existing code.
      1383d53e
    • Ming Zhao's avatar
      60880a7e
    • Joshua Haberman's avatar
      Merge pull request #831 from haberman/ruby-tinyfix · 61874bc6
      Joshua Haberman authored
      A very small fix to silence some warnings.
      61874bc6