[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 1 / 8 / d / FIDynamicViewControllerNew / 1.6.0 / FIDynamicViewControllerNew.podspec.json
blob5c5f52a933813dd38622d6f764fb5515cf820620
2   "name": "FIDynamicViewControllerNew",
3   "version": "1.6.0",
4   "summary": "Frameworks to create dynamic complex view controller",
5   "description": "FIDynamicViewController built makes it easy to create a dynamic and flexible view controller with its contents.\nFor example, when you want to create a view controller with the components within it are loaded depends on a particular configuration.",
6   "homepage": "https://github.com/congncif/FIDynamicViewControllerNew",
7   "license": "MIT",
8   "authors": {
9     "NGUYEN CHI CONG": "congnc.if@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/congncif/FIDynamicViewControllerNew.git",
13     "tag": "1.6.0"
14   },
15   "social_media_url": "https://twitter.com/congncif",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "resource_bundles": {
21     "FIDynamicViewController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics"
28   ],
29   "ios": {
30     "vendored_frameworks": "Pod/FIDynamicViewController.framework"
31   }