4 Commits

Author SHA1 Message Date
Jerry Zhou
a50ec07d56 Bump local podspec's iOS deployment target from 7.0 to 8.0 (#10662) 2019-08-12 11:15:24 -07:00
Mikkel Nygaard Ravn
13cf22c284
Place LICENSE as sibling of podspec (#4691) 2018-02-19 16:33:30 +01:00
Jakob Andersen
aa2c2449c4 Fix pod name in Flutter.podspec. (#3473)
Names matter, and I apparently forgot to test after adding ' Engine' to
the name. Names can't contain spaces, and must match the filename.
2017-03-14 15:40:59 +01:00
Jakob Andersen
d40c5bc96c Add podspec to Flutter iOS framework. (#3467)
* Add podspec to Flutter iOS framework.

Flutter iOS apps are already pod-enabled, so we might as well turn the
engine framework into a pod, so we don't have to manually copy the
current Flutter.framework into the app directory on every build, but
rather let Cocoapods wire things up for us.

For that to happen, we need a pod spec for Flutter.framework. This spec
will not be published, but rather downloaded as part of the engine
artifacts, and the app's Podfile will have a local path dependency on
it.

* Update licenses_golden...
2017-03-08 09:00:59 +01:00