Max Howell
835fe3203e
Switch to OMGHTTPURLRQ
2014-06-24 23:16:43 -05:00
Max Howell
cb4c26f865
Add Swift sources
2014-06-24 16:05:55 -05:00
Max Howell
44937ad850
Tag 0.9.9
2014-06-24 16:02:07 -05:00
Max Howell
255b96d25c
Split +Social into +Accounts and +Social
2014-06-23 10:11:27 -05:00
Max Howell
dd86bb285f
Missing private dependency in UIKit subspec
...
Tag 0.9.8.1
2014-06-19 15:27:33 -05:00
Max Howell
3dbf2a9404
Make it a typedef with a deprecation warning
...
The define was just too worrying for me. But I didn’t want to have *nothing*, so this is the best solution IMO.
Tag 0.9.8
2014-06-17 08:58:01 -05:00
Max Howell
8dff8c6dbc
Fix import error in Xcode 6
...
I decided to quit being selective in the .m files, it was faffing about. It’s worth the trouble in .h file however.
Tag 0.9.7.5
2014-06-05 09:10:46 -07:00
Max Howell
f89b114143
Fix .travis.yml
...
Tag 0.9.7.4
2014-06-04 00:03:20 -07:00
Guillermo Gonzalez
fa3f587922
Fix Social extensions import in umbrella header
...
Tag 0.9.7.3
2014-06-01 23:53:59 -07:00
Max Howell
a1c9f28bb6
finally the dismissal
...
This prevents us silently absorbing the rest of any then parameter list. And technically fixes a bug where we wouldn’t dismiss if there was an error.
Tag 0.9.7.2
2014-05-31 10:18:29 -05:00
Max Howell
0498f2a138
Promises for UIImagePickerController
2014-05-30 20:36:05 -05:00
Max Howell
8c3fb3ce88
Rename Social module bit
2014-05-30 14:44:20 -05:00
Max Howell
d8ce9ae2cb
Import fixes in PMK+StoreKit
...
Tag 0.9.7.1
2014-05-24 11:29:13 -05:00
Max Howell
f819f5e7e4
Add PromiseKit/StoreKit to the Podspec
...
Tag 0.9.7
2014-05-21 23:55:27 -05:00
Max Howell
69377835fe
Add documentation URL
2014-05-19 22:34:53 -05:00
Max Howell
3ccfd3f103
Fix PromiseKit/CoreLocation subspec runtime crash
...
Missing selectors because that stuff didn’t get compiled in.
2014-05-15 22:32:12 -05:00
Max Howell
aa0fd22f40
Enable as many warnings as possible in tests
...
Tag 0.9.6
2014-05-15 13:50:26 -05:00
Krzysztof Zablocki
8ba294693f
Social framework integration
2014-05-09 15:17:08 +02:00
Max Howell
9d1c5b7f81
Actually call the then block when nil is returned
...
Fixes #16 .
Whoops!
Tag 0.9.5
2014-05-06 23:21:50 -05:00
Max Howell
01f4a2872b
#ifdef around the MapKit that is iOS >= 7
...
The default subspec would not install on iOS 5/6 due to MapKit requiring 7. Removing MapKit front the default is not acceptable and I could’t figure out any other logic that CocoaPods would accept, so we’re doing this.
2014-05-05 11:39:36 -05:00
Max Howell
b5e4f27108
Tag 0.9.4
2014-05-03 13:01:48 -05:00
Max Howell
9030249dda
MapKit categories requires iOS 7 / OS X 10.9
2014-04-29 17:15:07 -05:00
Max Howell
b4dedf5eeb
MKDirections+PMK, CLGeocoder+PMK
...
Tag 0.9.3
2014-04-27 16:32:06 -05:00
Max Howell
587bed250c
Switch from Deferred to the constructor pattern
...
Having an additional class is not intuitive.
This is overall a better pattern, though I think it is less approachable to people less familiar with objc blocks and is a little more fiddly when the async methods you are wrapping are delegate based.
Refs #7
2014-04-27 16:09:23 -05:00
Max Howell
d360d81b16
Remove NSURLCache+PromiseKit
...
It's bloat. Easily replicated with a `dispatch_promise`.
Tag 0.9.2
2014-04-25 11:03:58 -05:00
Max Howell
e991d3ca42
PromiseKit requires modules
...
Fixes #6
2014-04-24 11:20:17 -05:00
Jared Allen
61734444ab
Updated base in podspec
...
Include missing source files in base subspec
2014-04-23 11:33:12 -05:00
Max Howell
9164265a09
++documentation
...
And… prepare the podspec for a 0.9.1 release.
2014-04-23 10:17:28 -05:00
Max Howell
5ae7b973ab
mkdir Private && mv {files} Private
2014-04-22 12:46:23 -05:00
Max Howell
acc15c9548
I PromiseKit, cross my heart and hope to die
2014-04-21 09:16:46 -04:00