[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / 0 / ATTutorialController / 1.0.0 / ATTutorialController.podspec.json
blob963a81132677350a0a8f6ed45dff6e23cd0fcc12
2   "name": "ATTutorialController",
3   "version": "1.0.0",
4   "summary": "ATTutorialController - A ready to use, UIWindow based controller for tutorials.",
5   "description": "                       - ATTutorial Controller\n                       \n                       A basic but usefull controller based on UIWindow.\n                       With this approach, no view hierarchy loops are necessary to launch your app tutorial and you can even use gestures and another custom actions. \n                       For now, the controller only answers to swipes/taps for next step, but feel free to change it.\n                       It also uses the Facebook's Shimmer view, cause its pretty :)\n",
6   "homepage": "https://github.com/AfonsoTsukamoto/ATTutorialController",
7   "license": "MIT",
8   "authors": {
9     "Afonso Tsukamoto": "afonsotsukamoto@ist.utl.pt"
10   },
11   "source": {
12     "git": "https://github.com/AfonsoTsukamoto/ATTutorialController.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/TsukAfonso",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "ATTutorialController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Shimmer": [
28       "~> 1.0.1"
29     ]
30   }