[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / 6 / 9 / 4 / FTMoreApps / 0.1.5 / FTMoreApps.podspec.json
blob06f9f05f3ea661c8b46ae57735f38c921351f09f
2   "name": "FTMoreApps",
3   "version": "0.1.5",
4   "summary": "FTMoreApps presents a view controller similar to the App Store to show your apps.",
5   "description": "FTMoreApps is an iOS library created to present a view controller inside your application to show your developer page of apps. It is very similar to the App Store visual.",
6   "homepage": "https://github.com/ftapps/FTMoreApps",
7   "license": "MIT",
8   "authors": {
9     "Felipe Tumonis": "ftumonis@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ftapps/FTMoreApps.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FTMoreApps": [
22       "*.lproj"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "SDWebImage": [
28       "~>3.7"
29     ]
30   }