diff --git a/Podfile b/Podfile index 87d3def..c43ad4b 100755 --- a/Podfile +++ b/Podfile @@ -1,3 +1,5 @@ -pod 'Mantle' -pod 'Realm' -pod 'AFNetworking' \ No newline at end of file +target 'RealmMantleTutorial' do + pod 'Mantle' + pod 'Realm' + pod 'AFNetworking' +end \ No newline at end of file