[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 4 / d / SNNavigationController / 0.0.8 / SNNavigationController.podspec.json
blob92e4e0ce9b1ce182372a24ee1315b56ff95d9730
2   "name": "SNNavigationController",
3   "version": "0.0.8",
4   "summary": "custom navigation controller.",
5   "description": "Highly customizable navigation controller to redefine transition animation.",
6   "homepage": "https://github.com/snlo/SNNavigationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNNavigationController.git",
19     "tag": "0.0.8"
20   },
21   "source_files": "SNNavigationController/SNNavigationController/**/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "dependencies": {
27     "Masonry": [
29     ],
30     "ReactiveObjC": [
32     ],
33     "Aspects": [
35     ]
36   }