[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / ApIdleManager / 0.0.3 / ApIdleManager.podspec.json
blob45b29b62260f7010837baf7129e570d31b5ce21a
2   "name": "ApIdleManager",
3   "version": "0.0.3",
4   "summary": "APIdleManager is a iOS custom class that allows developers to set-up a custom idle timeout without subclassing UIApplication",
5   "homepage": "https://github.com/MitchellMalleo/APIdleManager",
6   "license": "MIT",
7   "authors": {
8     "Mitch Malleo": "mitchellmalleo@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/MitchellMalleo/APIdleManager.git",
12     "tag": "0.0.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ]