├── LICENSE ├── README.md ├── SARate.podspec └── SARate ├── SARate.h ├── SARate.m ├── SARateViewController.h ├── SARateViewController.m ├── iRate ├── iRate.bundle │ ├── ar.lproj │ │ └── Localizable.strings │ ├── bn.lproj │ │ └── Localizable.strings │ ├── cs.lproj │ │ └── Localizable.strings │ ├── da.lproj │ │ └── Localizable.strings │ ├── de-AT.lproj │ │ └── Localizable.strings │ ├── de.lproj │ │ └── Localizable.strings │ ├── el.lproj │ │ └── Localizable.strings │ ├── en.lproj │ │ └── Localizable.strings │ ├── es.lproj │ │ └── Localizable.strings │ ├── fa.lproj │ │ └── Localizable.strings │ ├── fr.lproj │ │ └── Localizable.strings │ ├── he.lproj │ │ └── Localizable.strings │ ├── hi.lproj │ │ └── Localizable.strings │ ├── id.lproj │ │ └── Localizable.strings │ ├── it.lproj │ │ └── Localizable.strings │ ├── ja.lproj │ │ └── Localizable.strings │ ├── ko.lproj │ │ └── Localizable.strings │ ├── nl.lproj │ │ └── Localizable.strings │ ├── no.lproj │ │ └── Localizable.strings │ ├── pa.lproj │ │ └── Localizable.strings │ ├── pl.lproj │ │ └── Localizable.strings │ ├── pt.lproj │ │ └── Localizable.strings │ ├── ru.lproj │ │ └── Localizable.strings │ ├── sk.lproj │ │ └── Localizable.strings │ ├── sl.lproj │ │ └── Localizable.strings │ ├── sv.lproj │ │ └── Localizable.strings │ ├── th.lproj │ │ └── Localizable.strings │ ├── tr.lproj │ │ └── Localizable.strings │ ├── uk.lproj │ │ └── Localizable.strings │ ├── ur-IN.lproj │ │ └── Localizable.strings │ ├── ur-PK.lproj │ │ └── Localizable.strings │ ├── ur.lproj │ │ └── Localizable.strings │ ├── vi.lproj │ │ └── Localizable.strings │ ├── zh-Hans.lproj │ │ └── Localizable.strings │ └── zh-Hant.lproj │ │ └── Localizable.strings ├── iRate.h └── iRate.m ├── star-gray.png ├── star-gray@2x.png ├── star.png └── star@2x.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/README.md -------------------------------------------------------------------------------- /SARate.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate.podspec -------------------------------------------------------------------------------- /SARate/SARate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/SARate.h -------------------------------------------------------------------------------- /SARate/SARate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/SARate.m -------------------------------------------------------------------------------- /SARate/SARateViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/SARateViewController.h -------------------------------------------------------------------------------- /SARate/SARateViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/SARateViewController.m -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/bn.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/bn.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/de-AT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/de-AT.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/fa.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/fa.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/no.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/no.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/pa.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/pa.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/sl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/sl.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ur-IN.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ur-IN.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ur-PK.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ur-PK.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/ur.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/ur.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /SARate/iRate/iRate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.h -------------------------------------------------------------------------------- /SARate/iRate/iRate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/iRate/iRate.m -------------------------------------------------------------------------------- /SARate/star-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/star-gray.png -------------------------------------------------------------------------------- /SARate/star-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/star-gray@2x.png -------------------------------------------------------------------------------- /SARate/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/star.png -------------------------------------------------------------------------------- /SARate/star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrei200287/SARate/HEAD/SARate/star@2x.png --------------------------------------------------------------------------------