Files
Swiftgram/buck-files/BUCK_JGMethodSwizzler
Huy Nguyen be6faa107a Support Buck build (#2849)
* Support Buck build

* Simplify pod_install hook and buck-file dir's structure

* Update PINRemoteImage's BUCK

* Frameworks linking:
- Weak linking Photos and MapKit.
- Revisit //:Tests' list.
2017-01-04 14:11:28 -08:00

10 lines
280 B
Plaintext
Executable File

apple_library(
name = 'JGMethodSwizzler',
exported_headers = ['JGMethodSwizzler' + '/JGMethodSwizzler.h'],
srcs = ['JGMethodSwizzler' + '/JGMethodSwizzler.m'],
frameworks = [
'$SDKROOT/System/Library/Frameworks/Foundation.framework',
],
visibility = ['PUBLIC'],
)