teachers-assistant

[RADIOACTIVE] oh boy did i make bad apps back in the day
git clone git://git.figbert.com/teachers-assistant.git
Log | Files | Refs

Podfile (333B)


      1 # Uncomment the next line to define a global platform for your project
      2 platform :ios, '9.0'
      3 
      4 target 'TeachersAssistant' do
      5   # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
      6   use_frameworks!
      7 
      8   target 'TeachersAssistantTests' do
      9     inherit! :search_paths
     10     # Pods for testing
     11   end
     12 
     13 end