Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 33 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@ This repository contains list of best cocoapods, categorised by there purpose.

## Design

* Masonry
* Masonry (for Objective-C)
* Pod name : 'Masonry'
* Purpose : Makes extremly easier working with autolayout.
* MBProgressHUD
* Pod name : 'MBProgressHUD'
* SnapKit (for Swift)
* Pod name: 'SnapKit'
* Purpose : Makes extremly easier working with autolayout.
* SVProgressHUD
* Pod name : 'SVProgressHUD'
* Purpose : Provides customizable activity indicator view.
* NXEmptyView
* Pod name : 'UITableView-NXEmptyView'
* Purpose : Provides empty state view for UITableView.
* NYTPhotoViewer
* Pod name : 'NYTPhotoViewer'
* Purpose : Photo gallery for iOS.
* PBJVision
* Pod name : 'PBJVision'
* Purpose : Library for image/video capturing


## Date & Time

Expand All @@ -25,6 +35,23 @@ This repository contains list of best cocoapods, categorised by there purpose.
* Pod name : 'Mantle'
* Purpose : Provide mapping JSON into objects.

## Data layer

* libPhoneNumber-iOS
* Pod name : 'libPhoneNumber-iOS'
* Purpose : Validates phones in different formatns

* FXKeychain
* Pod name : 'FXKeychain'
* Purpose : Comfortable interface to Keychain management

## Networking

* AFNetworking
* Pod name : 'AFNetworking'
* Purpose : Provide mapping JSON into objects.
* Alamofire (for Swift)

## Error handling

* ErrorKit
Expand All @@ -33,10 +60,13 @@ This repository contains list of best cocoapods, categorised by there purpose.

## Testing

* Kiwi
* Pod name : 'kiwi'
* Specta
* Pod name : 'Specta'
* Expecta
* Pod name : 'Expecta'
* OCMockito
* Pod name : 'OCMockito'