add view & model
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Example/Pods/Qiniu/LICENSE
0 → 100755
Example/Pods/Qiniu/README.md
0 → 100755
| ... | @@ -36,8 +36,19 @@ TODO: Add long description of the pod here. | ... | @@ -36,8 +36,19 @@ TODO: Add long description of the pod here. |
| # 'GMAI' => ['GMAI/Assets/*.png'] | # 'GMAI' => ['GMAI/Assets/*.png'] | ||
| # } | # } | ||
| # s.public_header_files = 'Pod/Classes/**/*.h' | # s.public_header_files = 'Pod/Classes/**/*.h' | ||
| # s.frameworks = 'UIKit', 'MapKit' | # s.frameworks = 'UIKit', 'MapKit' | ||
| s.dependency 'GMBase' | s.dependency 'GMBase' | ||
| s.dependency 'GMNetworking' | s.dependency 'GMNetworking' | ||
| s.dependency 'EVReflection' | |||
| s.dependency 'GMBaseSwift' | |||
| s.dependency 'GMCache' | |||
| s.dependency 'GMRouter' | |||
| s.dependency 'Qiniu' | |||
| s.dependency 'GMFoundation' | |||
| s.dependency 'SDWebImage' | |||
| end | end |
Please
register
or
sign in
to comment